2022-10-31 09:37:42 -07:00
|
|
|
# Confluence Server DIY Backup #
|
2022-10-26 15:47:07 -07:00
|
|
|
|
2022-10-31 09:37:42 -07:00
|
|
|
This repository contains a set of example scripts that demonstrate best practices for backing up a Confluence Server/Data
|
2022-10-26 15:47:07 -07:00
|
|
|
Center instance using a curated set of vendor technologies.
|
2022-10-31 09:37:42 -07:00
|
|
|
This version only supports the technologies below;
|
|
|
|
|
- DB: PostgreSQL
|
|
|
|
|
- Disk: LVM
|
2022-10-26 15:47:07 -07:00
|
|
|
|
2022-10-31 09:37:42 -07:00
|
|
|
## Usage
|
|
|
|
|
### Backup:
|
|
|
|
|
`sudo ./backup/sh`
|
2022-10-26 15:47:07 -07:00
|
|
|
|
2022-10-31 09:37:42 -07:00
|
|
|
### Restore
|
|
|
|
|
* `sudo ./restore.sh` -- To see the list of backups.
|
|
|
|
|
* `sudo ./restore.sh 2022-10-28` -- to restore specific backup.
|