Confluence DIY Backup using LVM
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-10-31 09:37:42 -07:00
.gitignore sync repo. 2022-10-31 09:37:42 -07:00
archive-tar.sh Sync repo. 2022-10-31 08:35:12 -07:00
backup.sh sync repo. 2022-10-31 09:37:42 -07:00
clean.sh sync repo. 2022-10-31 09:37:42 -07:00
common.sh sync repo. 2022-10-31 09:37:42 -07:00
database-postgresql.sh sync repo. 2022-10-31 09:37:42 -07:00
disk-lvm.sh sync repo. 2022-10-31 09:37:42 -07:00
func.sh Sync repo. 2022-10-31 08:35:12 -07:00
README.md sync repo. 2022-10-31 09:37:42 -07:00
restore.sh sync repo. 2022-10-31 09:37:42 -07:00
utils.sh sync repo. 2022-10-31 09:37:42 -07:00
vars.sh sync repo. 2022-10-31 09:37:42 -07:00

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.