1. Change VERSION in .env to be the major version you want to pin. i.e
VERSION=7
  1. 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
  1. Secoda will now be updated each day at 12:00am EST to the latest version