mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[Bug]: Restore backup fails (Error: ConnectionManager.getConnection was called after the connection manager was closed!) #2102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xcy7e on GitHub (Jul 13, 2024).
What happened?
When trying to restore a backup, I get the following error:

Log-Error:
Error: ConnectionManager.getConnection was called after the connection manager was closed!I'll add relevant Log entries.
What did you expect to happen?
Restore the backup
Steps to reproduce the issue
Audiobookshelf version
v2.11.0
How are you running audiobookshelf?
Debian/PPA
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
Additional Notes
No response
@nichwall commented on GitHub (Jul 13, 2024):
If you still need to restore from a backup in the meantime, you can do this manually by stopping the server and extracting the backup through the file system (not using the web interface), then restarting the server.
https://www.audiobookshelf.org/guides/migration-and-backups#restoring-from-backup
@xcy7e commented on GitHub (Jul 15, 2024):
Worked, thank you!