Hi all - asking for guidance here on the pitfalls of creating 2 schema in 1 JIRA database.
Thank you.
When you install JIRA it builds the tables, fields, etc. it needs in the empty schema. If you point a new instance of JIRA at the same database I expect you'll overwrite the current one.
@Doods PereaWhat does it mean? the risks of have more than one scheme ? Jira does the population of all tables base on its scheme and we have lots of relationship btw tables.
so what are you hoping to achieve here ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Moses Thomas - in this Atlassian documentation, https://confluence.atlassian.com/adminjiraserver077/connecting-jira-applications-to-sql-server-2012-945532535.html, item #3 says "Create an empty 'schema' in the database for the JIRA tables (e.g. jiraschema
)". What could be the potential problem, if any, if I happen to create another schema, say "jiradbschema" for the same database?
I am just wondering about the possibility of applications that push and pull data from JIRA using a connection to the JIRA database and using the 2nd schema when the 1st one is the correct schema to use.
Thanks,
Doods
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Doods PereaAs it's written in documentation Jira requires only one database to run and then create all tables in database then it will populate all objects on the scheme, which you have defined, Jira will use only one( the one you have define) if
you create more than one scheme in your database server, it will be there empty, i suppose and it post no risk . This mechanism you have in your mind , i have never implemented it so i cannot explicitly say is not do-able
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.