Migrations-disable the console on the server #8103
Unanswered
joshua-gould
asked this question in
General
Replies: 0 comments
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.
-
"To use migrations effectively, the console on the server (which is served at /console) should be disabled and all changes must go through the console served by the CLI. Otherwise, changes could be made through the server console and they will not be tracked by migrations." from https://hasura.io/docs/latest/graphql/core/migrations/migrations-setup.html#step-0-disable-the-console-on-the-server
Can you please clarify why I need to start the console using the CLI instead of using the console on the server? I don't understand this explanation. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions