Skip to content

Upgrading

Graham Crockford edited this page Mar 23, 2019 · 10 revisions

Local installs/self-managed

If you installed using the local/self managed instructions, simply download the latest version and replace it on your machine. Restart the application. That's it!

Heroku

After a manual install

If you installed manually using these instructions, it's easy. Simply do the following:

> git pull origin stable
> git checkout stable
> git push heroku stable:master

The application will be upgraded and automatically restart.

After a quick deploy

If you deployed using the quick installer using these instructions, unfortunately, Heroku provides no easy way of upgrading such an environment without getting your hands dirty.

You may find it easiest, if you are not a particularly technical user, to simply delete the app on Heroku and re-install it.

If you prefer, you can take full control of the environment as if you had performed a manual install, as follows:

Clone this wiki locally