Open 4ortytwo opened 3 years ago
Hi @4ortytwo In the meantime, the recommended method to install Docker images in Dokku has changed. I have updated the guides accordingly. I also added a note on how to update Umami.
I am not sure if you can update using the new way if you deployed Umami using dokku tags:deploy
previously, but you might try:
dokku postgres:export umami-postgres > umami.dump
docker pull ghcr.io/mikecao/umami:postgresql-latest
dokku git:from-image umami ghcr.io/mikecao/umami:postgresql-latest
dokku ps:rebuild umami
Add instructions on how to update Umami with Dokku.
Would love to know how to do that.