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

  1. Update gems

    bundle install --with production --without development test
  2. Update JS dependencies

    yarn install # in Avalon root dir
  3. Restart passenger (if using)

    passenger-config restart-app

For Docker Installations

  1. Stop Avalon

  2. Update new code from avalon-docker

  3. Pull new images

  4. Restart the Avalon containers

You can also build your own image, Docker Buildkit is recommended