CNF AWS Backups
*** UNDER CONSTRUCTION ***
Backup Database (PostgreSQL)
Backup Database (PostgreSQL)
Backup from a Confluence node.
If pg_dump is not installed (this is expected, unless you have done a backup from this node before) use these commands to install it...
sudo amazon-linux-extras enable postgresql12
sudo yum clean metadata
sudo yum install postgresql
pg_dump -h myconfRDS-db.rds.amazonaws.com -U atlconfluence -W -f cnf.bak confluence
Bibliography
Bibliography