Files
libredesk/docs/docs/upgrade.md
T
Jonas Leiner 0a57a2724e Update upgrade.md
changed admonitions type to warning
2025-04-07 12:25:05 +02:00

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 --upgrade to upgrade an existing database schema. Upgrades are idempotent and running them multiple times have no side effects.
  • Run ./libredesk again.

Docker

docker compose down app
docker compose pull
docker compose up app -d