Skip to content

Updating

Benjamin Jonard edited this page Aug 10, 2025 · 5 revisions

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

Clone this wiki locally