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
Download latest release
Download the latest release and extract the libredesk binary to overwrite the previous version.

