Copying files for backing up my plugin

zodiac7 December 13, 2015

Hi,

We have a confluence plugin which we want to take a backup of.

The plugin (a confluence theme) has been developed in-house using the Atlassian SDK and Java and running on confluence version 5.5.2 on premise.

Can you please tell us:

  1. What is the procedure for taking a backup of this plugin
  2. which directory(s) the plugin is copied 
  3. What files we need to copy to be able to "revert" back to this version of the plugin
  4. What is the procedure for going back to this version of the plugin

Thanks,

Deepak.

Contents of /var/atlassian/application-data/confluence/confluence.cfg.xml

<?xml version="1.0" encoding="UTF-8"?>
<confluence-configuration>
  <setupStep>complete</setupStep>
  <setupType>custom</setupType>
  <buildNumber>5510</buildNumber>
  <properties>
    <property name="admin.ui.allow.daily.backup.custom.location">false</property>
    <property name="admin.ui.allow.manual.backup.download">false</property>
    <property name="admin.ui.allow.site.support.email">false</property>
    <property name="attachments.dir">${confluenceHome}/attachments</property>
    <property name="confluence.license.hash">removed</property>
    <property name="confluence.license.message">removed</property>
    <property name="confluence.setup.server.id">removed</property>
    <property name="confluence.webapp.context.path"></property>
    <property name="hibernate.c3p0.acquire_increment">1</property>
    <property name="hibernate.c3p0.idle_test_period">100</property>
    <property name="hibernate.c3p0.max_size">30</property>
    <property name="hibernate.c3p0.max_statements">0</property>
    <property name="hibernate.c3p0.min_size">0</property>
    <property name="hibernate.c3p0.timeout">30</property>
    <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
    <property name="hibernate.connection.isolation">2</property>
    <property name="hibernate.connection.password">removed</property>
    <property name="hibernate.connection.url">jdbc:mysql://localhost/wiki?useUnicode=true&characterEncoding=UTF8&sessionVariables=storage_engine%3DInnoDB</property>
    <property name="hibernate.connection.username">removed</property>
    <property name="hibernate.database.lower_non_ascii_supported">true</property>
    <property name="hibernate.dialect">com.atlassian.hibernate.dialect.MySQLDialect</property>
    <property name="hibernate.setup">true</property>
    <property name="lucene.index.dir">${localHome}/index</property>
    <property name="webwork.multipart.saveDir">${localHome}/temp</property>
  </properties>
</confluence-configuration>

1 answer

0 votes
Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 14, 2015

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events