Practical PostgreSQL backup & restore using the core tools and pgBackRest.
- Download and install VirtualBox:
https://www.virtualbox.org/wiki/Downloads
- Download and install Vagrant:
https://www.vagrantup.com/downloads.html
- Clone the training repository into a local directory using git:
git clone https://github.com/pgbackrest/training.git
Or download from https://github.com/pgbackrest/training as a ZIP file. Click on "Clone or download" to get the ZIP download button.
- Build the Vagrant VM:
cd training (or training-master if ZIP downloaded)
vagrant up
- Logon to the Vagrant VM:
vagrant ssh
- Build the documentation:
/docdynamo/doc/doc.pl --no-cache --doc-path=/training/doc
- Check that
training/backup-training.html
was created.