1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

Switch to the new GPG key in the Debian installation

This commit is contained in:
Alexey Savchkov
2023-11-26 21:42:06 +07:00
parent f6f5bfa291
commit 41f5baae72

View File

@@ -466,7 +466,7 @@ doc/src/sgml/pgprobackup.sgml
Add the <application>pg_probackup</application> repository GPG key
<programlisting>
sudo apt install gpg wget
wget -qO - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \
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>