Hi,
We're considering strategy for backuping Confluence (content+configuration) running with PostgreSQL DB. Our idea is to involve simple file copy for Confluence files and pg_dump for DB. I guess pg_dump is good approach for PGSQL, but I am not sure about the Confluence. We've made a lot of customization in Confluence, and we want to keep it all for restoring (plugins, settings, etc.). What do you think?
Regards
Yes, you are on the right track. Do the DB backup and also save most of the home directory. We backup the attachments directory separately and then the home directory with the following excludes:
['attachments', 'logs', 'backups', 'restore', 'temp', 'viewfile', 'oscache', 'plugin-cache', 'plugins-temp']
We follow much the same pattern as Bob. We backup overnight, every night, but don't take it offline.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot for help. However I have two more question. Do you shutdown confluence before backuping? How often do you backup confluence? Once a day? Once a week?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot.
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.