Confluence database connection setup
I have read the Atlassian Confluence Configuration Guide for Oracle Database Connections, but I get the impression that configuring this connection between Oracle and Confluence is something that can only be done when Confluence is installed and not later.
I am trying to create this relationship between an already installed Confluence and Oracle. It can be done?
+3
shiningcartoonist
source
to share
2 answers
Take a look at this document. This should help you.
Moving to another database
+2
Marty
source
to share
I could find a simple solution to migrate data to merge, you have to follow these steps:
- backup of current data
- merge server closure
- modify {confluence.home} /confluence.cfg.xml and change them: full set to: setupdbchoice-start custom and remove all hibernation-related properties.
- copy your database connector jar file to server lib folder
- copy exprted file to {confluence.home} / restore folder
- start merge server
- continue setting up database configuration
- run recovery wizard
Luck
0
adramazany
source
to share