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. |
||
|---|---|---|
| .. | ||
| files | ||
| metadata | ||
| settings | ||
| Backup.js | ||
| DailyLog.js | ||
| DeviceInfo.js | ||
| Notification.js | ||
| PlaybackSession.js | ||
| PodcastEpisodeDownload.js | ||
| Stream.js | ||
| Task.js | ||
| TrackProgressMonitor.js | ||