Nov. 25, 2021
#dokku
Recovering Dokku Postgres Backups
Dokku with its Postgres plugin can be used to manage Postgres databases, this includes automated backups.
1 min read
Dokku with its Postgres plugin can be used to manage Postgres databases, this includes automated backups.
This is the script I am using to deploy a dokkuzied app to Dokku.
Let’s assume we want to deploy an app called browsergame. You can us the following script to do the deployment for you.
Dokku makes it very easy to deploy and run simpler web apps.
Recently, I had to deploy a slightly more complex web app with multiple non-web worker services talking to each other. It’s surprisingly simple to get make this work.