audiobookshelf/test/server/managers
Kevin Gatera 07d5450dc7
add postgres-native backup support
Before, scheduled backups opened the Postgres URL through sqlite3, causing a fatal SQLITE_CANTOPEN restart and leaving no usable database backup.

After, Postgres uses pg_dump and pg_restore archives while SQLite keeps its existing format, and SQLite open failures are contained.
2026-08-02 22:35:01 -04:00
..
migrations Add db migration management infratructure 2024-09-04 12:48:10 +03:00
ApiCacheManager.test.js Add ApiCacheManager test for should remove recent-episodes cache entries 2026-04-26 16:51:39 -05:00
BackupManager.test.js add postgres-native backup support 2026-08-02 22:35:01 -04:00
BinaryManager.test.js Add Nunicode sqlite extension integration 2024-09-29 09:22:39 +03:00
MigrationManager.test.js tighten postgres compatibility tests and diagnostics 2026-08-02 18:19:05 -04:00