We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating our initial migration to bootstrap the database, we hard-code the schema name to public.
Do not set the schema name at all in the initial bootstrap script. Allow this to be overridden via search_path in the connection string.
https://www.postgresql.org/docs/current/runtime-config-client.html
V1 PR: https://github.com/coder/v1/pull/13216 v1 Issue: https://github.com/coder/v1/issues/13040
The text was updated successfully, but these errors were encountered:
I will take this one as my first issue. I will keep you posted!
Sorry, something went wrong.
mtojek
Successfully merging a pull request may close this issue.
Problem
When creating our initial migration to bootstrap the database, we hard-code the schema name to public.
Solution
Do not set the schema name at all in the initial bootstrap script.
Allow this to be overridden via search_path in the connection string.
https://www.postgresql.org/docs/current/runtime-config-client.html
Private Link
V1 PR: https://github.com/coder/v1/pull/13216
v1 Issue: https://github.com/coder/v1/issues/13040
The text was updated successfully, but these errors were encountered: