I have Hasura GraphQL engine running on a Docker container. My goal is to export all the data from my Postgres database so that my coworker can import it and work with the same data. What is the correct way to do this with Hasura?
Asked
Active
Viewed 856 times
1 Answers
0
You can totally do like the normal database on docker, nothing different, you can use any kind of dump
or import/export.
You should understand the way Hasura works, it just take database as an input, Hasura does not take the database installation process.

ShinaBR2
- 2,519
- 2
- 14
- 26