Skip to content

Commit 2ea92ce

Browse files
committed
Documentation: update
1 parent 2b92f56 commit 2ea92ce

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

Diff for: Documentation.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -1838,19 +1838,13 @@ All examples below assume the remote mode of operations via `ssh`. If you are pl
18381838

18391839
Examples are based on Ubuntu 18.04, PostgreSQL 11 and pg_probackup 2.2.0.
18401840

1841-
backup_host - host with backup catalog.
1842-
1843-
backupman - user on `backup_host` running all pg_probackup operations.
1844-
1845-
/mnt/backups - directory on `backup_host` where backup catalog is stored.
1846-
1847-
postgres_host - host with PostgreSQL cluster.
1848-
1849-
postgres - user on `postgres_host` which run PostgreSQL cluster.
1850-
1851-
/var/lib/postgresql/11/main - directory on `postgres_host` where PGDATA of PostgreSQL cluster is located.
1852-
1853-
backupdb - database used for connection to PostgreSQL cluster.
1841+
- *backup_host* - host with backup catalog.
1842+
- *backupman* - user on `backup_host` running all pg_probackup operations.
1843+
- */mnt/backups* - directory on `backup_host` where backup catalog is stored.
1844+
- *postgres_host* - host with PostgreSQL cluster.
1845+
- *postgres* - user on `postgres_host` which run PostgreSQL cluster.
1846+
- */var/lib/postgresql/11/main* - directory on `postgres_host` where PGDATA of PostgreSQL cluster is located.
1847+
- *backupdb* - database used for connection to PostgreSQL cluster.
18541848

18551849
### Minimal Setup
18561850

0 commit comments

Comments
 (0)