Versions Compared

Key

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

Work in progress. To be changed

See the Avalon 7.1 2 release notes for more information.

Requirements

...

Old settingNew settingNote


supplemental_files:
  proxy: false


waveform:
  player_width: 1200 #pixels
  finest_zoom: 5 #seconds
  sample_rate: 41000

  • Whether to send_data or redirect_to blob


  • Config waveform data

config/storage.yml for where we're storing Supplemental Files

Code Block
languageyml
local:
  service: Disk
  root: /path/to/longterm/storage # Don't use the default Rails root

Upgrade Steps

For Manual Installations

  1. Avalon 7.2 now runs cron jobs inside sidekiq workers. It's important to remove previously generated cronjobs in your crontab
  2. Update gems, and migrate DB

...

4. Update configuration, see Config changes above

5. Restart passenger (if using)

...

Code Block
languagebash
git checkout master
git pull

Pull or Rebuild new Avalon containerimage

Code Block
languagebash
docker-compose pull avalon
# or docker-compose build --no-cache avalon

Check config changes then replace the Avalon containers

Code Block
languagebash
docker-compose up avalon worker

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

Code Block
languagebash
docker-compose build avalon