Backing up dashboards and queries to Heroku Postgres DB

Hi,

I run MB using a Heroku Postgres database and need help figuring out how to back up my dashboards and queries to my database. I have read through the documentation provided here but am still confused as to how to do so. Can anyone provide a more detailed step-by-step explanation for backing up to Postgres?

Thanks in advance!

Hi @tpeters615
If you have setup Metabase to use Postgres as it’s application database, then you just need to backup there.
You are probably using the managed Postgres that Heroku delivers, so you do backup through their interface.
For reference: https://www.metabase.com/docs/latest/operations-guide/running-metabase-on-heroku.html

1 Like

Great! I’ll take a look. Thanks so much for the quick response!