Verified Commit 26010776 authored by anarcat's avatar anarcat
Browse files

improve cross ref between backups and pg (team#40950)

parent 59008b9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,7 +762,7 @@ done
It's essentially the same as the first, but with `info` instead of
`check`.

## pgBackRest backup recovery
## Backup recovery

pgBackRest is our new PostgreSQL backup system. It features [restore
procedure](https://pgbackrest.org/user-guide.html#quickstart/perform-restore) and [restore command](https://pgbackrest.org/configuration.html#section-restore), and [detailed restore
+4 −4
Original line number Diff line number Diff line
@@ -566,7 +566,7 @@ put their names into a file such as `include` and call `bextract` with `-i`:

## Restore PostgreSQL databases

See [howto/postgresql](howto/postgresql) for restore instructions on PostgreSQL databases.
See the [PostgreSQL documentation](howto/postgresql) for restore instructions on PostgreSQL databases.

## Restore MySQL databases

@@ -824,7 +824,7 @@ itself. This is now part of the [host retirement procedure][].

## Pager playbook

Hint: see also the [howto/postgresql](howto/postgresql) documentation for the backup
Hint: see also the [PostgreSQL pager playbook](howto/postgresql) documentation for the backup
procedures specific to that database.

### Out of disk scenario
@@ -1313,7 +1313,7 @@ director.

 7. Once the base backup from step one is completed (or if there is no
    old director left), restore the cluster on the new host, see the
    "Indirect restore procedure" in [howto/postgresql](howto/postgresql)
    [PostgreSQL Backup recovery](howto/postgresql#backup-recovery) instructions

 8. You will also need to restore the file
    `/etc/dsa/bacula-reader-database` from backups (see "Getting files
@@ -1704,7 +1704,7 @@ apart from a few rare exceptions (currently only CiviCRM) and
therefore use postgres-specific configurations to do backups of all
our servers.

See [howto/postgresql](howto/postgresql) for that server's specific backup/restore
See [PostgreSQL backups reference](howto/postgresql#backups) for those server's specific backup/restore
instructions.

### MySQL backup system