Stop Jira, stop the database server, move the data, reconfigure your database server to use the new location, restart the database server, restart Jira.
Jira doesn't actually care where the database is physically located, it talks to the database server, not the file system.
No, you haven't understood what I said. You need to reconfigure the database to read its data from the new location. The dbconfig file tells Jira what database to connect to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have no idea. You haven't told us what database server you are using.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very heavy emphasis on the "not for production use" - I've moved HSQL test databases around using that method, and sometimes it works, and other times, you lose everything. Definitely not for production (there's other things that go "bang" if you use hsql as well...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you are using HSQL database (The one which comes embedded with jira standalone and is not for production use) you can try followin:
1. stop jira
2. copy database folder mentioned in dbconfig.xml to new location
3. update dbconfig.xml with new location
4. start jira
BR,
Andris.
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.