mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 19:06:35 +00:00
0a57a2724e
changed admonitions type to warning
570 B
570 B
Upgrade
!!! warning "Warning" Always take a backup of the Postgres database before upgrading Libredesk.
Binary
- Stop running libredesk binary.
- Download the latest release and extract the libredesk binary and overwrite the previous version.
./libredesk --upgradeto upgrade an existing database schema. Upgrades are idempotent and running them multiple times have no side effects.- Run
./libredeskagain.
Docker
docker compose down app
docker compose pull
docker compose up app -d