Server Version:
CLI Version (for CLI related issue): v2.15.1
Environment
Cloud (with CockroachDB Cloud)
What is the current behaviour?
I am trying to follow the steps here ("Hasura Cloud to Local Dev") to manage my remote CockroachDB Cloud schema via the Hasura Github integration.
Unfortunately when I try to run hasura migrate create init --from-server --endpoint https://myproject.hasura.app --admin-secret *mysecret*, I get the error message: time="2022-11-17T13:56:22+10:00" level=fatal msg="migrations on source cockroachcloud of kind cockroach is not supported"
What is the expected behaviour?
Cockroach-cli produces migrations files, allowing me to manage my CockroachDB schema from Hasura cloud (via Github integration).
How to reproduce the issue?
Create a CockroachDB cloud account
Connect Hasura Cloud to CockroachDB Cloud
Run hasura init myproject then hasura migrate create init --from-server --endpoint https://myproject.hasura.app --admin-secret mysecret`
Screenshots or Screencast
PS C:\proj\dvasdekis_try_hasura_cockroach\services\hasura> hasura migrate create init --from-server --endpoint https://myproject.hasura.app --admin-secret mysecret
? Select a database to use
> cockroachcloud
time="2022-11-17T13:56:22+10:00" level=fatal msg="migrations on source cockroachcloud of kind cockroach is not supported"
Version Information
Server Version: CLI Version (for CLI related issue): v2.15.1
Environment
Cloud (with CockroachDB Cloud)
What is the current behaviour?
I am trying to follow the steps here ("Hasura Cloud to Local Dev") to manage my remote CockroachDB Cloud schema via the Hasura Github integration.
Unfortunately when I try to run
hasura migrate create init --from-server --endpoint https://myproject.hasura.app --admin-secret *mysecret*
, I get the error message:time="2022-11-17T13:56:22+10:00" level=fatal msg="migrations on source cockroachcloud of kind cockroach is not supported"
What is the expected behaviour?
Cockroach-cli produces migrations files, allowing me to manage my CockroachDB schema from Hasura cloud (via Github integration).
How to reproduce the issue?
hasura init myproject
then hasura migrate create init --from-server --endpoint https://myproject.hasura.app --admin-secret mysecret`Screenshots or Screencast