Upgrading Avalon 7.7 to Avalon 7.7.1 and 7.7.2
Requirements
Ruby 3.2.x and Node.js 20.x are recommended.
Upgrade Steps
For Manual Installations
Update gems
bundle install --with production --without development testUpdate JS dependencies
yarn install # in Avalon root dirRestart passenger (if using)
passenger-config restart-app
For Docker Installations
Stop Avalon
docker-compose downUpdate new code from avalon-docker
git checkout main git pullPull new images
docker-compose pull avalon solrRestart the Avalon containers
docker-compose up
You can also build your own image, Docker Buildkit is recommended
docker-compose build avalon