I'm attempting to restore a backup of a failed confluence server to a new install using these instructions: https://confluence.atlassian.com/doc/migrating-confluence-between-servers-184150.html
I have a postgres dump and a backup of the home directory. This is all I have to work with.
I've been following these instructions but have been struggling to get it to work.
Are there more in depth step by step instructions to make this happen?
I've added in bold what I've done so far, this is on Ubuntu 18.04.
From what I can tell I first needed to import my postgres backup?
I did this via: psql -u postgres -f > dbexport.pgsql then:
Confluence_install_directory/confluence/WEB-INF/classes directory and edit confluence-init.properties by changing the line starting with 'confluence.home='.<confluence.home>/confluence.cfg.xml if you are using a direct JDBC connection or in the definition of your datasource (if you are connecting via a datasource).<confluence-install>/conf/server.xml file from your old server to the same location on your new server I don't have this file anymore<confluence-install>/conf/server.xml file from your old server to the same location on your new server I don't have this file anymoreThank you!
This is resolved, went through instructions again and they made sense.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.