SupabaseS
Supabase5mo ago
Hugo

[db.vault] config not syncing with remote project

Hello, I am using the [db.vault] config in config.toml to be able to set secret in vault. It is working ok in local, this means when I do pnpx supabase migration up it update vault secrets that I defined under the [db.vault] section.

I am trying to make it work with my dev remote project but found no success in it.

I tried:
pnpx supabase link --project-ref xxxxxxx --password xxxxxx to link the remote dev project, then use:
pnpx supabase db push xxxxxx --password xxxxx --include-seed --yes --include-all --linked as stated here https://github.com/orgs/supabase/discussions/12813#discussioncomment-12245622 but found no success.
Also tried:
pnpx supabase config push --yes --experimental it does not seem to work, the config is not syncing with remote project (was unable to disable http api even tho I set:
[api]
enabled = false

Again, it worked locally but not on the remote project
GitHub
Update: it's on our roadmap Hi, I'm currently working through the User Management on React Tutorial and in the Storage Management section code example, the project URL and service role key ...
Was this page helpful?