Confluence Server DIY Backup
This repository contains a set of example scripts that demonstrate best practices for backing up a Confluence Server/Data Center instance using a curated set of vendor technologies. This version only supports the technologies below;
- DB: PostgreSQL
- Disk: LVM
Usage
Backup:
sudo ./backup/sh
Restore
sudo ./restore.sh-- To see the list of backups.sudo ./restore.sh 2022-10-28-- to restore specific backup.
Description
Languages
Shell
100%