@@ -748,40 +748,52 @@ INFO: Restore of backup S6OBQO completed.
748748 </para >
749749 <orderedlist >
750750 <listitem >
751- Add the <application >pg_probackup</application > repository GPG key
751+ <para >
752+ Add the <application >pg_probackup</application > repository GPG key
753+ </para >
752754 <programlisting >
753755sudo apt install gpg wget
754756wget -qO - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG-PROBACKUP | \
755757sudo tee /etc/apt/trusted.gpg.d/pg_probackup.asc
756758</programlisting >
757759 </listitem >
758760 <listitem >
759- Setup the binary package repository
761+ <para >
762+ Setup the binary package repository
763+ </para >
760764 <programlisting >
761765. /etc/os-release
762766echo "deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup/deb $VERSION_CODENAME main-$VERSION_CODENAME" | \
763767sudo tee /etc/apt/sources.list.d/pg_probackup.list
764768</programlisting >
765769 </listitem >
766770 <listitem >
767- Optionally setup the source package repository for rebuilding the binaries
771+ <para >
772+ Optionally setup the source package repository for rebuilding the binaries
773+ </para >
768774 <programlisting >
769775echo "deb-src [arch=amd64] https://repo.postgrespro.ru/pg_probackup/deb $VERSION_CODENAME main-$VERSION_CODENAME" | \
770776sudo tee -a /etc/apt/sources.list.d/pg_probackup.list
771777</programlisting >
772778 </listitem >
773779 <listitem >
774- List the available <application >pg_probackup</application > packages
780+ <para >
781+ List the available <application >pg_probackup</application > packages
782+ </para >
775783 <itemizedlist >
776784 <listitem >
777- Using <application >apt</application >:
785+ <para >
786+ Using <application >apt</application >:
787+ </para >
778788 <programlisting >
779789sudo apt update
780790apt search pg_probackup
781791</programlisting >
782792 </listitem >
783793 <listitem >
784- Using <application >apt-get</application >:
794+ <para >
795+ Using <application >apt-get</application >:
796+ </para >
785797 <programlisting >
786798sudo apt-get update
787799apt-cache search pg_probackup
@@ -790,19 +802,25 @@ apt-cache search pg_probackup
790802 </itemizedlist >
791803 </listitem >
792804 <listitem >
793- Install or upgrade a <application >pg_probackup</application > version of your choice
805+ <para >
806+ Install or upgrade a <application >pg_probackup</application > version of your choice
807+ </para >
794808 <programlisting >
795809sudo apt install pg-probackup-15
796810</programlisting >
797811 </listitem >
798812 <listitem >
799- Optionally install the debug package
813+ <para >
814+ Optionally install the debug package
815+ </para >
800816 <programlisting >
801817sudo apt install pg-probackup-15-dbg
802818</programlisting >
803819 </listitem >
804820 <listitem >
805- Optionally install the source package (provided you have set up the source package repository as described above)
821+ <para >
822+ Optionally install the source package (provided you have set up the source package repository as described above)
823+ </para >
806824 <programlisting >
807825sudo apt install dpkg-dev
808826sudo apt source pg-probackup-15
@@ -817,41 +835,55 @@ sudo apt source pg-probackup-15
817835 </para >
818836 <orderedlist >
819837 <listitem >
820- Install the <application >pg_probackup</application > repository
838+ <para >
839+ Install the <application >pg_probackup</application > repository
840+ </para >
821841 <programlisting >
822842dnf install https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
823843</programlisting >
824844 </listitem >
825845 <listitem >
826- List the available <application >pg_probackup</application > packages
846+ <para >
847+ List the available <application >pg_probackup</application > packages
848+ </para >
827849 <programlisting >
828850dnf search pg_probackup
829851</programlisting >
830852 </listitem >
831853 <listitem >
832- Install or upgrade a <application >pg_probackup</application > version of your choice
854+ <para >
855+ Install or upgrade a <application >pg_probackup</application > version of your choice
856+ </para >
833857 <programlisting >
834858dnf install pg_probackup-15
835859</programlisting >
836860 </listitem >
837861 <listitem >
838- Optionally install the debug package
862+ <para >
863+ Optionally install the debug package
864+ </para >
839865 <programlisting >
840866dnf install pg_probackup-15-debuginfo
841867</programlisting >
842868 </listitem >
843869 <listitem >
844- Optionally install the source package for rebuilding the binaries
870+ <para >
871+ Optionally install the source package for rebuilding the binaries
872+ </para >
845873 <itemizedlist >
846874 <listitem >
847- Using <application >dnf</application >:
875+ <para >
876+ Using <application >dnf</application >:
877+ </para >
848878 <programlisting >
849879dnf install 'dnf-command(download)'
850880dnf download --source pg_probackup-15
851881</programlisting >
852882 </listitem >
853883 <listitem >
854- Using <application >yum</application >:
884+ <para >
885+ Using <application >yum</application >:
886+ </para >
855887 <programlisting >
856888yumdownloader --source pg_probackup-15
857889</programlisting >
@@ -864,18 +896,24 @@ yumdownloader --source pg_probackup-15
864896 <title >Installation on ALT Linux</title >
865897 <orderedlist >
866898 <listitem >
867- Setup the repository
899+ <para >
900+ Setup the repository
901+ </para >
868902 <itemizedlist >
869903 <listitem >
870- On ALT Linux 10:
904+ <para >
905+ On ALT Linux 10:
906+ </para >
871907 <programlisting >
872908. /etc/os-release
873909echo "rpm http://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p$VERSION_ID x86_64 vanilla" | \
874910sudo tee /etc/apt/sources.list.d/pg_probackup.list
875911</programlisting >
876912 </listitem >
877913 <listitem >
878- On ALT Linux 8 and 9:
914+ <para >
915+ On ALT Linux 8 and 9:
916+ </para >
879917 <programlisting >
880918. /etc/os-release
881919echo "rpm http://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-$VERSION_ID x86_64 vanilla" | \
@@ -885,20 +923,26 @@ sudo tee /etc/apt/sources.list.d/pg_probackup.list
885923 </itemizedlist >
886924 </listitem >
887925 <listitem >
888- List the available <application >pg_probackup</application > packages
926+ <para >
927+ List the available <application >pg_probackup</application > packages
928+ </para >
889929 <programlisting >
890930sudo apt-get update
891931apt-cache search pg_probackup
892932</programlisting >
893933 </listitem >
894934 <listitem >
895- Install or upgrade a <application >pg_probackup</application > version of your choice
935+ <para >
936+ Install or upgrade a <application >pg_probackup</application > version of your choice
937+ </para >
896938 <programlisting >
897939sudo apt-get install pg_probackup-15
898940</programlisting >
899941 </listitem >
900942 <listitem >
901- Optionally install the debug package
943+ <para >
944+ Optionally install the debug package
945+ </para >
902946 <programlisting >
903947sudo apt-get install pg_probackup-15-debuginfo
904948</programlisting >
@@ -909,33 +953,43 @@ sudo apt-get install pg_probackup-15-debuginfo
909953 <title >Installation on SUSE Linux</title >
910954 <orderedlist >
911955 <listitem >
912- Add the pg_probackup repository GPG key
956+ <para >
957+ Add the pg_probackup repository GPG key
958+ </para >
913959 <programlisting >
914960zypper in -y gpg wget
915961wget -O GPG-KEY-PG_PROBACKUP https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP
916962rpm --import GPG-KEY-PG_PROBACKUP
917963</programlisting >
918964 </listitem >
919965 <listitem >
920- Setup the repository
966+ <para >
967+ Setup the repository
968+ </para >
921969 <programlisting >
922970zypper in https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-suse.noarch.rpm
923971</programlisting >
924972 </listitem >
925973 <listitem >
926- List the available <application >pg_probackup</application > packages
974+ <para >
975+ List the available <application >pg_probackup</application > packages
976+ </para >
927977 <programlisting >
928978zypper se pg_probackup
929979</programlisting >
930980 </listitem >
931981 <listitem >
932- Install or upgrade a <application >pg_probackup</application > version of your choice
982+ <para >
983+ Install or upgrade a <application >pg_probackup</application > version of your choice
984+ </para >
933985 <programlisting >
934986zypper in pg_probackup-15
935987</programlisting >
936988 </listitem >
937989 <listitem >
938- Optionally install the source package for rebuilding the binaries
990+ <para >
991+ Optionally install the source package for rebuilding the binaries
992+ </para >
939993 <programlisting >
940994zypper si pg_probackup-15
941995</programlisting >