I’m not entirely familiar with dokku but after looking it up, did you make sure to store the data created by Postgres to a persistent volume in your config? It might be that you’re storing state
(database data) in a stateless
environment (PaaS which is what Dokku says it is from the website)
1 Like