@@ -748,40 +748,52 @@ INFO: Restore of backup S6OBQO completed.
748
748
</para >
749
749
<orderedlist >
750
750
<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 >
752
754
<programlisting >
753
755
sudo apt install gpg wget
754
756
wget -qO - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG-PROBACKUP | \
755
757
sudo tee /etc/apt/trusted.gpg.d/pg_probackup.asc
756
758
</programlisting >
757
759
</listitem >
758
760
<listitem >
759
- Setup the binary package repository
761
+ <para >
762
+ Setup the binary package repository
763
+ </para >
760
764
<programlisting >
761
765
. /etc/os-release
762
766
echo "deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup/deb $VERSION_CODENAME main-$VERSION_CODENAME" | \
763
767
sudo tee /etc/apt/sources.list.d/pg_probackup.list
764
768
</programlisting >
765
769
</listitem >
766
770
<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 >
768
774
<programlisting >
769
775
echo "deb-src [arch=amd64] https://repo.postgrespro.ru/pg_probackup/deb $VERSION_CODENAME main-$VERSION_CODENAME" | \
770
776
sudo tee -a /etc/apt/sources.list.d/pg_probackup.list
771
777
</programlisting >
772
778
</listitem >
773
779
<listitem >
774
- List the available <application >pg_probackup</application > packages
780
+ <para >
781
+ List the available <application >pg_probackup</application > packages
782
+ </para >
775
783
<itemizedlist >
776
784
<listitem >
777
- Using <application >apt</application >:
785
+ <para >
786
+ Using <application >apt</application >:
787
+ </para >
778
788
<programlisting >
779
789
sudo apt update
780
790
apt search pg_probackup
781
791
</programlisting >
782
792
</listitem >
783
793
<listitem >
784
- Using <application >apt-get</application >:
794
+ <para >
795
+ Using <application >apt-get</application >:
796
+ </para >
785
797
<programlisting >
786
798
sudo apt-get update
787
799
apt-cache search pg_probackup
@@ -790,19 +802,25 @@ apt-cache search pg_probackup
790
802
</itemizedlist >
791
803
</listitem >
792
804
<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 >
794
808
<programlisting >
795
809
sudo apt install pg-probackup-15
796
810
</programlisting >
797
811
</listitem >
798
812
<listitem >
799
- Optionally install the debug package
813
+ <para >
814
+ Optionally install the debug package
815
+ </para >
800
816
<programlisting >
801
817
sudo apt install pg-probackup-15-dbg
802
818
</programlisting >
803
819
</listitem >
804
820
<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 >
806
824
<programlisting >
807
825
sudo apt install dpkg-dev
808
826
sudo apt source pg-probackup-15
@@ -817,41 +835,55 @@ sudo apt source pg-probackup-15
817
835
</para >
818
836
<orderedlist >
819
837
<listitem >
820
- Install the <application >pg_probackup</application > repository
838
+ <para >
839
+ Install the <application >pg_probackup</application > repository
840
+ </para >
821
841
<programlisting >
822
842
dnf install https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
823
843
</programlisting >
824
844
</listitem >
825
845
<listitem >
826
- List the available <application >pg_probackup</application > packages
846
+ <para >
847
+ List the available <application >pg_probackup</application > packages
848
+ </para >
827
849
<programlisting >
828
850
dnf search pg_probackup
829
851
</programlisting >
830
852
</listitem >
831
853
<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 >
833
857
<programlisting >
834
858
dnf install pg_probackup-15
835
859
</programlisting >
836
860
</listitem >
837
861
<listitem >
838
- Optionally install the debug package
862
+ <para >
863
+ Optionally install the debug package
864
+ </para >
839
865
<programlisting >
840
866
dnf install pg_probackup-15-debuginfo
841
867
</programlisting >
842
868
</listitem >
843
869
<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 >
845
873
<itemizedlist >
846
874
<listitem >
847
- Using <application >dnf</application >:
875
+ <para >
876
+ Using <application >dnf</application >:
877
+ </para >
848
878
<programlisting >
849
879
dnf install 'dnf-command(download)'
850
880
dnf download --source pg_probackup-15
851
881
</programlisting >
852
882
</listitem >
853
883
<listitem >
854
- Using <application >yum</application >:
884
+ <para >
885
+ Using <application >yum</application >:
886
+ </para >
855
887
<programlisting >
856
888
yumdownloader --source pg_probackup-15
857
889
</programlisting >
@@ -864,18 +896,24 @@ yumdownloader --source pg_probackup-15
864
896
<title >Installation on ALT Linux</title >
865
897
<orderedlist >
866
898
<listitem >
867
- Setup the repository
899
+ <para >
900
+ Setup the repository
901
+ </para >
868
902
<itemizedlist >
869
903
<listitem >
870
- On ALT Linux 10:
904
+ <para >
905
+ On ALT Linux 10:
906
+ </para >
871
907
<programlisting >
872
908
. /etc/os-release
873
909
echo "rpm http://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p$VERSION_ID x86_64 vanilla" | \
874
910
sudo tee /etc/apt/sources.list.d/pg_probackup.list
875
911
</programlisting >
876
912
</listitem >
877
913
<listitem >
878
- On ALT Linux 8 and 9:
914
+ <para >
915
+ On ALT Linux 8 and 9:
916
+ </para >
879
917
<programlisting >
880
918
. /etc/os-release
881
919
echo "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
885
923
</itemizedlist >
886
924
</listitem >
887
925
<listitem >
888
- List the available <application >pg_probackup</application > packages
926
+ <para >
927
+ List the available <application >pg_probackup</application > packages
928
+ </para >
889
929
<programlisting >
890
930
sudo apt-get update
891
931
apt-cache search pg_probackup
892
932
</programlisting >
893
933
</listitem >
894
934
<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 >
896
938
<programlisting >
897
939
sudo apt-get install pg_probackup-15
898
940
</programlisting >
899
941
</listitem >
900
942
<listitem >
901
- Optionally install the debug package
943
+ <para >
944
+ Optionally install the debug package
945
+ </para >
902
946
<programlisting >
903
947
sudo apt-get install pg_probackup-15-debuginfo
904
948
</programlisting >
@@ -909,33 +953,43 @@ sudo apt-get install pg_probackup-15-debuginfo
909
953
<title >Installation on SUSE Linux</title >
910
954
<orderedlist >
911
955
<listitem >
912
- Add the pg_probackup repository GPG key
956
+ <para >
957
+ Add the pg_probackup repository GPG key
958
+ </para >
913
959
<programlisting >
914
960
zypper in -y gpg wget
915
961
wget -O GPG-KEY-PG_PROBACKUP https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP
916
962
rpm --import GPG-KEY-PG_PROBACKUP
917
963
</programlisting >
918
964
</listitem >
919
965
<listitem >
920
- Setup the repository
966
+ <para >
967
+ Setup the repository
968
+ </para >
921
969
<programlisting >
922
970
zypper in https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-suse.noarch.rpm
923
971
</programlisting >
924
972
</listitem >
925
973
<listitem >
926
- List the available <application >pg_probackup</application > packages
974
+ <para >
975
+ List the available <application >pg_probackup</application > packages
976
+ </para >
927
977
<programlisting >
928
978
zypper se pg_probackup
929
979
</programlisting >
930
980
</listitem >
931
981
<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 >
933
985
<programlisting >
934
986
zypper in pg_probackup-15
935
987
</programlisting >
936
988
</listitem >
937
989
<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 >
939
993
<programlisting >
940
994
zypper si pg_probackup-15
941
995
</programlisting >
0 commit comments