We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52b4d9 commit b5fca40Copy full SHA for b5fca40
doc/pgprobackup.xml
@@ -466,8 +466,8 @@ doc/src/sgml/pgprobackup.sgml
466
Add the <application>pg_probackup</application> repository GPG key
467
<programlisting>
468
sudo apt install gpg wget
469
-wget -O - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \
470
-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
471
</programlisting>
472
</listitem>
473
<listitem>
0 commit comments