Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ruby 3.3+ and Node.js 20 are recommended.

Config changes

...

  • 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 modal
    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

...

  1. Install ruby 3.3.x (if needed)

  2. Update gems, and migrate DB

    Code Block
    bundle install --with production --without development test 
    RAILS_ENV=production bundle exec rake db:migrate
  3. Install node.js 20.x (if needed)

  4. Update JS dependencies

    Code Block
    yarn install # in Avalon root dir
  5. Update configuration, see Config changes above

  6. Generate credentials (if needed)

    Code Block
    bundle exec rails credentials:edit
  7. Restart passenger (if using)

    Code Block
    passenger-config restart-app

...