We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7071ee3 commit 7dd3cfdCopy full SHA for 7dd3cfd
postgresql_setup.md
@@ -15,7 +15,7 @@ Table of Contents
15
- Install GnuPG from apt, and get postgres-common package which contains a shell script for importing the postgresql repository keyring:
16
```sh
17
root@host:~# apt-get install gnupg2 && \
18
-wget http://deb.debian.org/debian/pool/main/p/postgresql-common/postgresql-common_225.tar.xz && \
+wget http://deb.debian.org/debian/pool/main/p/postgresql-common/postgresql-common_225+deb11u1.tar.xz && \
19
tar -xf postgresql-common_225.tar.xz && rm postgresql-common_225.tar.xz && \
20
mkdir -p /usr/share/postgresql-common/pgdg && \
21
mv ./postgresql-common/pgdg/apt.postgresql.org.sh /usr/share/postgresql-common/pgdg/ && \
0 commit comments