Hi all. I'm using the WAR version of Confluence. I'm in the process of switching MySQL database servers from one server to another server. Has anyone done this? The directions at: https://confluence.atlassian.com/display/DOC/Migrating+to+Another+Database, make it seem very complicated. I thought it would be a simple update a few files with the new server/database/login information. Any help would be appreciated.
Thanks.
If you're only moving the database to a new location, then you simply need to point your Confluence application to that db location. There's 2 possible scenarios:
1. You use a direct jdbc connection to your mysql database.
Check the <confluence.home>/confluence.cfg.xml for the "hibernate.connection.url"
This is the location of your database. Update the url to reflect your new mysql server location
Also update the hibernate.connection.password and hibernate.connection.username if necessary
2. You use a datasource connection to your mysql database.
If this is the case, then the confluence.cfg.xml file will have a datasource location defined instead of the direct connection information. The datasource is defined in Tomcat's server.xml file. Since you've deployed the WAR version of Confluence, this means Tomcat is installed separately from Confluence. Your catalina_home should contain a conf folder with the server.xml file. Check the server.xml file for your Confluence datasource. This is where you'll update the mysql database connection information.
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.