Automatic Updates (Docker compose)
Change
VERSION
in.env
to be the major version you want to pin. i.e
VERSION=7
Set a cronjob to run
update_secoda.sh
once a week (we do weekly deploys for onprem)
crontab -e
# Add this line to to crontab editor
0 5 * * * /home/ubuntu/<YOUR_ON_PREMISE_PATH>/update-secoda.sh
Secoda will now be updated each day at 12:00am EST to the latest version
Last updated
Was this helpful?