I need to migrate confluence from production to dev serveron linux. Can anyone provide me the steps. Here, we are using the confluence version is 5.10.8 on both production and dev.
Dear @somanath kondeti,
if I understood you right, you would like to migrate the data of prod to dev. Somehow to make a copy.
All you need is the XML dump and the attachments (and some other things).
Best you do following:
so long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
Not only db , i want to migrate all the data.
Thanks,
somu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @somanath kondeti,
So you are creating staging environment you need to follow these steps
1- Replicate your environment
Your staging environment should closely replicate your real-live environment (production), including any reverse proxies, SSL configuration, or load balancer (for Data Center).
You may decide to use a different physical server or a virtualized solution. The main thing is to make sure it is an appropriate replica of your production environment.
This is for confluence server
2- Replicate your database
To replicate your database:
3- Replicate Confluence
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/confluencestaging</property>
Resource name="jdbc/confluence" auth="Container" type="javax.sql.DataSource"
username="postgres"
password="postgres"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/confluencestaging"
maxTotal="60"
maxIdle="20"
validationQuery="select 1" />
4- Start Confluence with the following System Properties to make sure your staging site does not send notifications to real users.
-Datlassian.notifications.disabled=true
-Datlassian.mail.senddisabled=true
5- Head to http://localhost:<port> and log in to Confluence on your staging server.
Go to > General Configuration and change the base URL of your staging site (for example mysite.staging.com)
Go to > General Configuration > License Details and apply your development license.
Go to > General Configuration > System Information and check that Confluence is correctly pointing to your staging database and staging home directory.
Hope this helps.
Best Regards,
Aya Mohamed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@somanath kondeti with the copy of confluence-home you have all data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, I have a similar question as the original poster, I'm creating a staging environment of a production environment on a different physical server and am unable to make a copy of the home directory to the new server.
I've changed permissions to make it possible but there are still files I can't copy.
What can I do?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.