Updating to new versions
-
Update the docker image to the latest version:
Terminal window docker-compose pulldocker-compose up -d -
Run the following command to update the database schema:
Terminal window docker compose exec biblioteca bin/console doctrine:migration:migrate --no-interaction -
If needed, update the typesense schema:
Terminal window docker-compose exec biblioteca bin/console biblioverse:typesense:populate -
Clear the cache:
Terminal window docker-compose exec biblioteca bin/console cache:clear