Skip to content

Upgrade

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