Currently we are working on tool upgrade on jira, confluence and bitbucket. We need to download the configuration/settings of current running instance of tools.
Can we download the settings or configuration of current instance, if we have admin access? If so please provide the details.
Hi @Asarudeen S it depends on the type of instance that you are running for Atlassian if it is an Data Center version hosted on cloud then cloud formation template will have complete details including heapsize and database details with the admin user and password etc. If standalone hosted application on prem data center then you will have to take the backup of your home directory and installation directory which does contains complete setting etc.
@Mahesh Chiliveri thanks for your response. We are not on cloud.
Could you please let me know what are the files are having configuration or settings in home and installation directory?
Could you please provide the details for the tools confluence, bitbucket and jira also.
(Our purpose is, we are working on tool upgrade, we want to compare the all configuration of running instance of a these tools before and after upgrade.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Asarudeen S Than you for the update please refer the link below which provides which files and folders you need to compare.
Pre-upgrade planning tool | Atlassian Support | Atlassian Documentation
As part of your upgrade plan, we check the following files in your current installation to see if they contain custom modifications. If any of these files have been modified, we prompt you to re-apply the change as part of the upgrade steps.
We check all files under <install-dir>/confluence
We check all files located under:
<install-dir>/atlassian-jira
<install-dir>/bin/setenv.sh
<install-dir>/conf/server.xml
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.
@Mahesh Chiliveri are there any api's to pull the configuration data in any format like json?
We have similar scenario for sonarqube and we have api to fetch the configuration settings of the tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Asarudeen S ,
Welcome to the community.
What exactly do you mean with downloading the configuration.
Each application can create a backup, that contains configuration and content.
For Jira, this is the documentation, other applications are similar.
https://confluence.atlassian.com/adminjiraserver/backing-up-data-938847673.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bastian Stehmann thanks for responding my question.
Our scenario is we are upgrading tools confluence, bitbucket and jira to newer version.
We want to get all the configuration/settings of all the tools before and after upgrade for comparing the configuration.
Could you please let me know is there any way to get that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Asarudeen S ,
If you just want to compare the configuration files with start parameters etc, the installer for the application update will tell you which files has been changed in the file system and you have to check/compare that files listed there.
Usually it will be something like server.xml or setenv.sh
If you want to compare also the data inside the application, you have to create a backup and compare the backups before and after, I don't think there is any other way. But I don't think that the results from that comparison will be really helpful, because all other changes the upgrade has caused, will be listed there then also.
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.
are there any api's to pull the configuration data in any format like json?
We have similar scenario for sonarqube and we have api to fetch the configuration settings of the tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.