-
Suggestion
-
Resolution: Fixed
-
None
-
None
Problem Definition
The Connecting Bitbucket Server to PostgreSQL documentation currently mentions the following:
When you create a PostgreSQL database, a 'public' schema is created and set as the default for that database. It is possible to create a different schema (e.g. 'bitbucket') and set that as the default schema. Bitbucket Server will use whatever schema is set as the default for the logged-in user.
This does not seem to explicitly mention that in order for Bitbucket Server to connect, the database must use the default public schema.
Suggested Solution
Update the documentation with the required details. As example the following could be used:
It is not possible to use a different schema (e.g. 'bitbucket'). You must use the default public schema.
- is related to
-
BSERV-3540 Add schema support when connecting Stash to SQL Server, PostgreSQL and Oracle
- Gathering Interest
- mentioned in
-
Page Loading...