You've already forked pg_probackup
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:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user