5 Updating
Benjamin Jonard edited this page 2025-08-10 23:28:37 +02:00

Please backup your database and /uploads folder before updating

Using git or an archive file

  1. In the project root folder execute composer install --no-dev --classmap-authoritative
  2. Then php bin/console doctrine:migrations:migrate
  3. Dump translations files php bin/console app:translations:dump
  4. Dump JS files cd assets/ && yarn install && yarn build

Using Docker

Just pulling the new image and restarting the container should be enough