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 test
Update JS dependencies
yarn install # in Avalon root dir
Restart passenger (if using)
passenger-config restart-app
For Docker Installations
Stop Avalon
Update new code from avalon-docker
Pull new images
Restart the Avalon containers
You can also build your own image, Docker Buildkit is recommended