Skip to content

Commit b5fca40

Browse files
committed
PBCKP-816 Store the GPG key in the recommended way
1 parent b52b4d9 commit b5fca40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/pgprobackup.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ doc/src/sgml/pgprobackup.sgml
466466
Add the <application>pg_probackup</application> repository GPG key
467467
<programlisting>
468468
sudo apt install gpg wget
469-
wget -O - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \
470-
sudo apt-key add -
469+
wget -qO - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \
470+
sudo tee /etc/apt/trusted.gpg.d/pg_probackup.asc
471471
</programlisting>
472472
</listitem>
473473
<listitem>

0 commit comments

Comments
 (0)