mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-08-03 15:11:44 +00:00
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. |
||
|---|---|---|
| .. | ||
| migrations | ||
| ApiCacheManager.test.js | ||
| BackupManager.test.js | ||
| BinaryManager.test.js | ||
| MigrationManager.test.js | ||