It is possible to continue using the current instance of Confluence if you wish, though you will still need to select a new location for the data directory. To do so, edit confluence/WEB-INF/classes/confluence-init.properties to reflect the new location, by commenting out the line that currently sets the value of the confluence.home variable (should be the last line) and adding a new one, setting it to use the new directory. E.g:
#confluence.home=/var/confluence/confluence-data-mysql confluence.home=/var/confluence/confluence-data-oracle
In the event that the new copy of the site on Oracle fails, you will be able to fail back to the original version on MySQL by shutting down Confluence, reverting confluence.home to its previous value, and restarting Confluence. |