Skip to content

Manual Upgrade

Any updates are your responsibility. Make a backup of the data if necessary.

Fetch updates from the remote repository:

Terminal window
git pull origin master
  1. Install dependencies
    Terminal window
    composer install
  2. Run database migrations
    Terminal window
    php bin/console doctrine:migrations:migrate
  3. Clearing the Symfony cache
    Terminal window
    php bin/console cache:clear
  4. Build assets
    Terminal window
    php bin/console assets:install
  1. Install dependencies
    Terminal window
    yarn install
  2. Generate language files
    Terminal window
    yarn run ttag:po2json
  3. Make the final build
    Terminal window
    yarn build