File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -1838,19 +1838,13 @@ All examples below assume the remote mode of operations via `ssh`. If you are pl
1838
1838
1839
1839
Examples are based on Ubuntu 18.04, PostgreSQL 11 and pg_probackup 2.2.0.
1840
1840
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.
1854
1848
1855
1849
### Minimal Setup
1856
1850
You can’t perform that action at this time.
0 commit comments