Versions Compared

Key

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

TODO (update to point to 6.3 release notes) See the Avalon 6.2 Release Notes for more information.

...

Requirements

Avalon 6.3 requires Ruby 2.3 or newer. If you're using RVM, simply run

Code Block
languagebash
rvm list # Get current ruby version, ie 2.2.1
rvm upgrade 2.2.1 2.4.1 # Installs Ruby 2.4.1 and migrate gemsets, wrappers, aliases and environment files

Upgrade Steps

For Manual Installations

...

Rebuild and replace Avalon container. Note: it's not necessary to take Avalon down first. 

Code Block
languagebash
docker-compose build --no-cache avalon
docker-compose stop avalon
docker-compose up avalon