Automatic Updates (Docker compose)
Change
VERSIONin.envto be the major version you want to pin. i.e
VERSION=7Set a cronjob to run
update_secoda.shonce 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.shSecoda will now be updated each day at 12:00am EST to the latest version
Last updated
Was this helpful?