Manual Upgrade
Any updates are your responsibility. Make a backup of the data if necessary.
Fetch updates from the remote repository:
git pull origin masterBackend
Section titled “Backend”- Install dependencies
Terminal window composer install - Run database migrations
Terminal window php bin/console doctrine:migrations:migrate - Clearing the Symfony cache
Terminal window php bin/console cache:clear - Build assets
Terminal window php bin/console assets:install
Frontend
Section titled “Frontend”- Install dependencies
Terminal window yarn install - Generate language files
Terminal window yarn run ttag:po2json - Make the final build
Terminal window yarn build