Han Qiao
Han Qiao
Hi @pocin, Supabase has released CLI version 0.32 which added experimental support for [diffing schema with migra](https://github.com/supabase/cli/pull/320). Please download the new version to see if it helps with your use...
Hi @djrobstep, I'm hoping to get a status update on this PR as well. For your context, we recently added migra as an experimental diff tool to [Supabase CLI](https://github.com/supabase/cli/pull/320) and...
We have published CLI v1.1.6 to [npm](https://www.npmjs.com/package/supabase) and have added CI workflows to keep it in sync with other package managers. You can install it as usual: ```bash npm install...
Hi @iAmWillShepherd , we have recently released a [new migration guide](https://supabase.com/docs/guides/cli/cicd-workflow) that fleshes out the conceptual model in more detail, including setting up CI/CD pipeline, and troubleshooting FAQ. We would...
Feel free to open this ticket again if you run into problems.
Closing this ticket as the CLI now prints migration logs to stderr instead of diseappearing. There's a slight problem with making logs pretty on windows #514 which we will fix...
Closing this issue as stale. Feel free to open again if this is still happening in the latest CLI version.
related to #150 We have added `supabase stop --backup` flag to save a pg_dump of your local database before stopping the containers. The dumped file is stored at `supabase/.branches/main/dump.sql` and...
Thank you for reporting this issue. I have updated the pg_dump script to include auth schemas in latest cli version.
Hi @lughino , there appears to be a problem with the patch not updating search path of the temp role. You can fix it manually by running the following command...