Hi everyone, I need to create a JIRA test environment to try the upgrade from v5.2.10 to v6.2.1
Will I have trouble doing this if I use the same Oracle database as Prod but different schema? Is this possible?
We are a little short on resources to have a new database, that's the reason why DBA people are asking me if we can use a different schema.
Thanks in advance.
Hi Ramiro,
Yes this possible definetively possible but be aware your are taking risk ...
Just copy your schema and point on the correct one define in your jira-home :dbconfig.xml
Sven.
Thanks Sven.
What would be the changes I have to be aware of? Is pointing correctly in dbconfig.xml the only modification I have to do?
If I update the version in this new schema won't change nothing on the prod schema?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you running only the DB on the same box ?
The apps is on different box ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If by different box you mean different servers then yes. I have to different servers for my JIRA prod and my Test Environment, and I have another one for my database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in this case, yes definetely just : dbconfig.xml
don't forget to change your base URL and remove/change your mail server as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Should I change the base URL and remove the mail server after changing dbconfig.xml?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, the best is to do it before (by applying sql to your db) starting your test instance to avoid any conflict with your production.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Sven! I'll give it a try. Thank you for your time!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just for your info :
delete * from mailserver; update propertystring set PROPERTY_KEY = 'https://mytest.com' where PROPERTY_KEY = 'https://myproduction.com';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this property_key the base URL?
Since DBA didn't warned me that the test environment was connected to the prod DB and Schema, when I changed the base URL of the test environment a week ago maybe I changed the base URL of JIRA prod. Is this possible?
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.