How to back up the database
How to back up the database
Dump the database to a file with
pg_dump. This works for both Docker and non-Docker setups, since Docker exposes Postgres on localhost:5432. Replace the user and database name (libredesk) if you changed them in your config.Upgrade Methods
- Binary
- Docker
1
Stop Libredesk
Stop the running libredesk binary process.
2
Download latest release
Download the latest release and extract the libredesk binary to overwrite the previous version.
3
Upgrade database
4
Start Libredesk

