Does not backup Confluence

Issue #5 resolved
Samuli Seppänen created an issue

At least before Nov 2016 the backup procedure for Confluence was essentially identical to that of JIRA, with just a minor URL difference:

https://${INSTANCE}/webdav/backupmanager/Confluence-backup-${TODAY}.
zip
https://${INSTANCE}/webdav/backupmanager/JIRA-backup-${TODAY}.
zip

In its current form backup.sh does not backup Confluence, even though it probably could with minor changes. What would those changes be? I could provide a patch that, say, adds command-line options "--jira" or "--confluence" that determines which service to backup.

Thoughts?

Comments (6)

  1. Samuli Seppänen reporter

    Yes, I am aware of that. I only gave the old WebDAV-based URLs as an example of how the earlier WebDAV-based backup script could backup both JIRA and Confluence, with just a minor modification to the URL.

    The problem is that the current backup.sh in this repository (which does not use WebDAV) only backups JIRA, not Confluence.

  2. Antony Brooke-Wood

    I think you’ll find that they will soon carry out the same work in Confluence as well – i.e. to move it off WebDav and onto their new filestore. It has already happened for us and we were just waiting for the same thing to happen to Jira.

    Regards,

    Antony Brooke-Wood Chief Information Officer simpology.com.au​

    [cid:image001.png@01D244AA.B8970600]http://www.simpology.com.au/

  3. Log in to comment