1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

PBCKP-816 Store the GPG key in the recommended way

This commit is contained in:
Alexey Savchkov
2023-11-24 16:21:08 +07:00
parent b52b4d9fcb
commit b5fca40c1a
+2 -2
View File
@@ -466,8 +466,8 @@ doc/src/sgml/pgprobackup.sgml
Add the <application>pg_probackup</application> repository GPG key
<programlisting>
sudo apt install gpg wget
wget -O - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \
sudo apt-key add -
wget -qO - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \
sudo tee /etc/apt/trusted.gpg.d/pg_probackup.asc
</programlisting>
</listitem>
<listitem>