-
It always uses public schema. I am converting this to an improvement request.
-
Name Previous Value Current Value Type
Discussion
Improvement
-
Previous Value Current Value Which Schema for Postgres to Use with OneDev
Able to use specified postgresql schema
-
Postgres 15+ disallows using the public schema by default and encourages users to create a named schema. Alternatively you have to grant the OneDev user permission to the public schema.
-
OneDev
changed state to 'Closed' 3 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (2c347f28)
-
OneDev
changed state to 'Released' 3 years ago
Previous Value Current Value Closed
Released
-
State changed as build #3909 is successful
-
Just modify postgresql jdbc connection url to add
currentSchemaparam
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Hello. Do you happen to know which schema OneDev expects to be present for Postgres? Without an explicit schema, OneDev tries to do operations on the public schema and I get the following error:
I appreciate the help. Thanks.