...
Ruby 3.3+ and Node.js 20 are recommended.
Config changes
ffprobe (optional) - path to ffprobe executable on Avalon server (defaults to
ffprobe
Solr 6 configuration files removed
Ensure solr has been upgraded to solr 9 (see instructions included in Avalon 7.6 → 7.7 upgrade notes)dropbox.sharepoint (options) - settings to enable sharepoint integration in dropbox modalSolr 6 configuration files removed
See [Sharepoint Dropbox] for details about setting it up.ffprobe (optional) - path to ffprobe executable on Avalon server (defaults to
ffprobe
)
Troubleshooting
Checking that export and migration are complete
Restarting export or migrations in case of errors
...
Install ruby 3.3.x (if needed)
Update gems, and migrate DB
Code Block bundle install --with production --without development test RAILS_ENV=production bundle exec rake db:migrate
Install node.js 20.x (if needed)
Update JS dependencies
Code Block yarn install # in Avalon root dir
Update configuration, see Config changes above
Generate credentials (if needed)
Code Block bundle exec rails credentials:edit
Restart passenger (if using)
Code Block passenger-config restart-app
...