-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Install Kong database inside a custom schema #1763
Comments
I saw those issues but it's weird to not find docs about it. There is no official explanation at all about how using it. Also, there is no config keys available. |
@thibaultcha Do you have a link/resource explaining how to configure such a thing? |
You would need to configure the Contributions to make this configurable from the Kong side are welcomed! |
Just trying to be explicit here; create a postgresql user with the same name as the schema name and use it in kong, to achieve this. |
Hello @karthikg001 how exactly to put a specific schema to use by a kong? Thanks. |
Hey! I'd like to install Kong in a schema other than
public
inside my PostgreSQL. I couldn't find any info about it. Is it possible?The text was updated successfully, but these errors were encountered: