github seriousm4x/UpSnap v1.1.1

latest releases: 4.2.9, 4.2.9-beta.2, 4.2.9-beta.1...
2 years ago

WARNING - BREAKING CHANGE

This update bumps postgres to version 14, which is incompatible with earlier versions. To upgrade, follow the steps below. This doesn't affect new instances.

Steps to update from postgres 13 to 14

  • On the settings page, use the export function to export your devices as a json file
  • Take the container down docker-compose down
  • Delete the existing postgres volume with docker volume rm upsnap_upsnap_db
  • Change your docker-compose file to postgres 14
  • Start the container again docker-compose up -d
  • Import the json file you just exported

Other changes

  • added wait-for-it.sh to wait for postgres and redis to start, before starting django

Don't miss a new UpSnap release

NewReleases is sending notifications on new releases.