Migration changes shouldnt update vault #38591
Unanswered
anthonycmain
asked this question in
Feature Requests
Replies: 1 comment
|
Alternative suggestion... Could we have a feature which LOCKs the vault and prevents any changes unless unlocked in the configuration |
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
I've just been caught out with a small gotcha as it was not an expected behaviour.
Running
supabase migrations push --linkedalso triggers an update to the vault settings.I would not expect this to happen as we update the vault as part of our migrations using values injected from a .env file or as part of a db reset.
I would suggest this was an optional flag rather than a default behaviour, as it is not documented in the help documentation either.
All reactions