Versions Compared

Key

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

...

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

...

Code Block
languagebash
docker-compose up avalon worker

...

You can also build your own 7.2 image by checking out the master branch of avalon repo. image, Docker Buildkit is recommended

Code Block
languagebash
docker-compose build . -t avalonmediasystem/avalon:7.2 --target=prod