Skip to content
Updating to new versions

Updating to new versions

As a developer, you can use the script ./update.sh to update the application. If you have local changes in the application code, they will be overwritten by the latest release.

Update the docker image

docker-compose pull
docker-compose up -d

Update the database schema

docker compose exec biblioteca bin/console doctrine:migration:migrate --no-interaction

Update the typesense schema (if needed)

docker-compose exec biblioteca bin/console biblioverse:typesense:populate

Clear the cache

docker-compose exec biblioteca bin/console cache:clear