The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
It is well known that ActiveObjects technology does not play well with multiple schemas in database.
Atlassian advice is to have separate database for each JIRA instance:
There are also similar problem with Bitbucket:
Recently we have started to use ActiveObjects technology for database model migrations on cloud environments where the library deals with thousands of schemas of PostgreSQL >9.6 database.
We were faced with improving the library to handle multiple schemas. It turned out to be pretty simple for PostgreSQL. In DatabaseMetaDataReaderImpl.java class getFields method jdbc driver DatabaseMetadata.getColumns method had passed null as schema name. Funny, because several lines further DatabaseMetadata.getPrimaryKeys method passed schema name as result of databaseProvider.getSchema().
Improving getting columns data by passing databaseProvider.getSchema() as schema name resolved the problem.
Why this improvement was not implemented by Atlassian? Does it conflict some database type/version?
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events