audiobookshelf/test
Kevin Gatera b0e05547a3
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 18:26:19 -04:00
..
server add postgres-native backup support 2026-08-02 18:26:19 -04:00