Migration of database via Hasura #8517
Answered
by
seanonthenet
M-Fontainebleau
asked this question in
Question
-
I'm using Hasura to connect to a AWS database in my develop project. Now I want to migrate the DB in develop environment via Hasura to my staging environment and without any operations in AWS. |
Beta Was this translation helpful? Give feedback.
Answered by
seanonthenet
May 24, 2022
Replies: 1 comment 5 replies
-
Hi there. No you need to move existing actual data in your DB using another tool. Hasura migrations deals mainly with the SQL structure of your database not the actual data. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
seanparkross
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there. No you need to move existing actual data in your DB using another tool. Hasura migrations deals mainly with the SQL structure of your database not the actual data.