Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

What are the steps to roll back to previous version of confluence after successful upgrade

Vishal Srivastava January 24, 2018

I want to downgrade confluence from 6.5.1 to 5.10.8. Can I know what steps i should follow?

2 answers

1 accepted

2 votes
Answer accepted
Deleted user January 24, 2018

Always when upgrading Confluence I am following these steps:

1, Backup database

mysqldump -u <DB_USER> -p<DB_PASSWORD> <DB_NAME> -h <DB_ENDPOINT> -P<DB_PORTA> > <BACKUP_DIRECTORY>/<BACKUP_NAME>.sql

2. Backup home directory (i.e /var/atlassian/)

tar -zcvf <JIRA_HOME_DIRECTORY>.tar.gz <JIRA_HOME_PATH>/application-data

3. Backup installation directory (i.e /opt/atlassian/)

tar -zcvf <JIRA_INSTALL>.tar.gz <JIRA_INSTALL_PATH>/jira

 

When doing the downgrade you need to:

1. Stop Confluence

2. Restore Database from backup

3. Restore home directory from backup

4. Restore installation directory from backup

5. Start confluence

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 24, 2018

To "roll back" to the previous version, you restore the backups you took before you upgraded.  Installation directory, database and home directory, in full.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events