@@ -519,23 +519,23 @@ doc/src/sgml/pgprobackup.sgml
519
519
<title >Steps to perform:</title >
520
520
<procedure >
521
521
<step >
522
- <title >Install <application >pg_probackup</application > on both <literal >backup_host</literal > and <literal >postgres_host</literal >.</title >
522
+ <para >Install <application >pg_probackup</application > on both <literal >backup_host</literal > and <literal >postgres_host</literal >.</para >
523
523
</step >
524
524
<step id =" pbk-quickstart-setup-ssh" >
525
- <title ><link linkend =" pbk-setup-ssh" >Set up an SSH connection</link > from <literal >backup_host</literal > to <literal >postgres_host</literal >.</title >
525
+ <para ><link linkend =" pbk-setup-ssh" >Set up an SSH connection</link > from <literal >backup_host</literal > to <literal >postgres_host</literal >.</para >
526
526
</step >
527
527
<step id =" pbk-setup-postgresql-cluster" >
528
- <title ><link linkend =" pbk-configuring-the-database-cluster" >Configure</link > your database cluster for <link linkend =" pbk-setting-up-stream-backups" >STREAM backups</link >.</title >
528
+ <para ><link linkend =" pbk-configuring-the-database-cluster" >Configure</link > your database cluster for <link linkend =" pbk-setting-up-stream-backups" >STREAM backups</link >.</para >
529
529
</step >
530
530
<step id =" pbk-init-the-backup-catalog" >
531
- <title >Initialize the backup catalog:</title >
531
+ <para >Initialize the backup catalog:</para >
532
532
<programlisting >
533
533
backup_user@backup_host:~$ pg_probackup-16 init -B /mnt/backups
534
534
INFO: Backup catalog '/mnt/backups' successfully initialized
535
535
</programlisting >
536
536
</step >
537
537
<step id =" pbk-add-instance-to-backup-catalog" >
538
- <title >Add a backup instance called <literal >mydb</literal > to the backup catalog:</title >
538
+ <para >Add a backup instance called <literal >mydb</literal > to the backup catalog:</para >
539
539
<programlisting >
540
540
backup_user@backup_host:~$ pg_probackup-16 add-instance \
541
541
-B /mnt/backups \
@@ -547,7 +547,7 @@ INFO: Instance 'mydb' successfully initialized
547
547
</programlisting >
548
548
</step >
549
549
<step id =" pbk-make-full-backup" >
550
- <title >Make a FULL backup:</title >
550
+ <para >Make a FULL backup:</para >
551
551
<programlisting >
552
552
backup_user@backup_host:~$ pg_probackup-16 backup \
553
553
-B /mnt/backups \
@@ -579,7 +579,7 @@ INFO: Backup S6OBFN completed
579
579
</programlisting >
580
580
</step >
581
581
<step id =" pbk-list-backups" >
582
- <title >List the backups of the instance:</title >
582
+ <para >List the backups of the instance:</para >
583
583
<programlisting >
584
584
backup_user@backup_host:~$ pg_probackup-16 show -B /mnt/backups --instance=mydb
585
585
================================================================================================================================
@@ -589,7 +589,7 @@ backup_user@backup_host:~$ pg_probackup-16 show -B /mnt/backups --instance=mydb
589
589
</programlisting >
590
590
</step >
591
591
<step id =" pbk-make-incremental-backup-in-delta-mode" >
592
- <title >Make an incremental backup in the DELTA mode:</title >
592
+ <para >Make an incremental backup in the DELTA mode:</para >
593
593
<programlisting >
594
594
backup_user@backup_host:~$ pg_probackup-16 backup \
595
595
-B /mnt/backups \
@@ -623,8 +623,8 @@ INFO: Backup S6OBLG completed
623
623
</programlisting >
624
624
</step >
625
625
<step id =" pbk-save-config-parameters" >
626
- <title >Add or modify some parameters in the <application >pg_probackup</application >
627
- configuration file, so that you do not have to specify them each time on the command line:</title >
626
+ <para >Add or modify some parameters in the <application >pg_probackup</application >
627
+ configuration file, so that you do not have to specify them each time on the command line:</para >
628
628
<programlisting >
629
629
backup_user@backup_host:~$ pg_probackup-16 set-config \
630
630
-B /mnt/backups \
@@ -636,7 +636,7 @@ backup_user@backup_host:~$ pg_probackup-16 set-config \
636
636
</programlisting >
637
637
</step >
638
638
<step id =" pbk-print-instance-config" >
639
- <title >Check the configuration of the instance:</title >
639
+ <para >Check the configuration of the instance:</para >
640
640
<programlisting >
641
641
backup_user@backup_host:~$ pg_probackup-16 show-config -B /mnt/backups --instance=mydb
642
642
# Backup instance information
@@ -676,8 +676,8 @@ remote-user = postgres
676
676
</para >
677
677
</step >
678
678
<step id =" pbk-make-another-incremental-backup-in-delta-mode-using-saved-parameters" >
679
- <title >Make another incremental backup in the DELTA mode, omitting
680
- the parameters stored in the configuration file earlier:</title >
679
+ <para >Make another incremental backup in the DELTA mode, omitting
680
+ the parameters stored in the configuration file earlier:</para >
681
681
<programlisting >
682
682
backup_user@backup_host:~$ pg_probackup-16 backup -B /mnt/backups --instance=mydb -b delta --stream
683
683
INFO: Backup start, pg_probackup version: 2.5.13, instance: mydb, backup ID: S6OBQO, backup mode: DELTA, wal mode: STREAM, remote: true, compress-algorithm: none, compress-level: 1
@@ -703,7 +703,7 @@ INFO: Backup S6OBQO completed
703
703
</programlisting >
704
704
</step >
705
705
<step id =" pbk-list-backups-again" >
706
- <title >List the backups of the instance again:</title >
706
+ <para >List the backups of the instance again:</para >
707
707
<programlisting >
708
708
backup_user@backup_host:~$ pg_probackup-16 show -B /mnt/backups --instance=mydb
709
709
==================================================================================================================================
0 commit comments