How to make a database dump from Hasura Cloud to local Hasura (docker)? #7765
Unanswered
sarasusanv
asked this question in
Question
Replies: 1 comment
-
Hasura cloud is a bring your own database solution. This means you would defer to whatever service is hosting your database for instructions on taking a backup. On hasura cloud this is often heroku. One of the easiest way to take a database dump would be to install the PG admin desktop application, and connect to your database using your database connection string which you can find in your environment variables. Please note that hasura cloud does not store your metadata or migration status in your database. You will have to restore those separately. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a free project on Hasura Cloud and I would like to dump it on Hasura installed on my computer (Docker).
I can't find any tutorial about it in the documentation.
Any advice?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions