audiobookshelf/test/server/managers
Kevin Gatera 67de627a3f
keep postgres backup credentials out of command argv
Pass connection parts as individual pg_dump/pg_restore args and the
password via PGPASSWORD env so credentials never appear in argv,
execFile error messages, notifications, or the host process list.
Redact the password from any error output as a fallback, and reject
non-URI DATABASE_URL values with a clear error.
2026-08-02 18:26:20 -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 keep postgres backup credentials out of command argv 2026-08-02 18:26:20 -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