/
Upgrading Avalon 7.1 to Avalon 7.2
Upgrading Avalon 7.1 to Avalon 7.2
See the Avalon 7.2 release notes for more information.
Requirements
Similar to Avalon 7.1, Ruby 2.5.x is recommended.
Config changes
Old setting | New setting | Note |
---|---|---|
|
|
config/storage.yml for where we're storing Supplemental Files
local: service: Disk root: /path/to/longterm/storage # Don't use the default Rails root
Upgrade Steps
For Manual Installations
- Avalon 7.2 now runs cron jobs inside sidekiq workers. It's important to remove previously generated cronjobs in your crontab
- Update gems, and migrate DB
bundle install --with production --without development test RAILS_ENV=production bundle exec rake db:migrate
3. Update JS dependencies
yarn install # in Avalon root dir
4. Update configuration, see Config changes above
5. Restart passenger (if using)
passenger-config restart-app
For Docker Installations
Update new code from avalon-docker
git checkout master git pull
Pull new Avalon image.
docker-compose pull avalon
Check config changes then replace the Avalon containers
docker-compose up avalon worker
You can also build your own image, Docker Buildkit is recommended
docker-compose build avalon
, multiple selections available,
Related content
Upgrading Avalon 7.7 to Avalon 7.7.1 and 7.7.2
Upgrading Avalon 7.7 to Avalon 7.7.1 and 7.7.2
More like this
Upgrading Avalon 7.0 to Avalon 7.1
Upgrading Avalon 7.0 to Avalon 7.1
More like this
Upgrading Avalon 7.2 to Avalon 7.3
Upgrading Avalon 7.2 to Avalon 7.3
More like this
Upgrading Avalon 6.5 to Avalon 7.0
Upgrading Avalon 6.5 to Avalon 7.0
More like this
Upgrading Avalon 7.3 to Avalon 7.4
Upgrading Avalon 7.3 to Avalon 7.4
More like this
Upgrading Avalon 7.5 to Avalon 7.6
Upgrading Avalon 7.5 to Avalon 7.6
More like this