Hasura CLI: hasura platform:migration db-reset¶
Reset database for a cluster
Synopsis¶
Delete HasuraDB data and metadata from the cluster
hasura platform:migration db-reset [flags]
Examples¶
# To reset the database for a cluster:
$ hasura migration db-reset -c hasura
Options¶
-c, --cluster string hasura cluster alias against which database migrations have to be applied
-h, --help help for db-reset
Options inherited from parent commands¶
--project string hasura project directory where the commands should be executed. (default: current directory)
Was this page helpful?