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 -dUpdate the database schema
docker compose exec biblioteca bin/console doctrine:migration:migrate --no-interactionUpdate the typesense schema (if needed)
docker-compose exec biblioteca bin/console biblioverse:typesense:populateClear the cache
docker-compose exec biblioteca bin/console cache:clear