From d23a46a6957cefa54c64f603d389c2bf81659ee6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 5 Jan 2022 19:16:23 +0100 Subject: [PATCH] Updated Heroku notes (markdown) --- Heroku-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Heroku-notes.md b/Heroku-notes.md index ca62ded..650db33 100644 --- a/Heroku-notes.md +++ b/Heroku-notes.md @@ -1,5 +1,5 @@ Some things to consider -- Heroku will destroy your datastore on upgrade, so you must download (click `[BACKUP]`) and re-upload the `url-list.txt` from the ZIP file on upgrade, but you will lose the 'history' of snapshots NOTE - (older versions 0.395 and older have this bug https://github.com/dgtlmoon/changedetection.io/issues/348 ) +- Heroku will destroy your datastore on upgrade, so you must download (click `[BACKUP]`) and re-upload the `url-list.txt` from the ZIP file on upgrade, but you will lose the 'history' of snapshots NOTE - (older versions `0.39.5` and older have this bug https://github.com/dgtlmoon/changedetection.io/issues/348 ) - Heroku will pause your instance if you don't use it (you would miss changes then) https://devcenter.heroku.com/articles/free-dyno-hours#dyno-sleeping for this reason. I suggest you use Heroku for staging or testing purposes only, for production releases Heroku is probably a poor choice of platform. - If you want your Heroku Instance to wake up, you can set up a Scheduler Add-on like Advanced Scheduler. It is not free. Go to Resources - Add-ons - Activate "Advanced Scheduler". You can also find a free Python scripts to wake up the instance if you like.