You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, import the stable version of the PostgreSQL 15 APT repository:
127
+
128
+
```bash
129
+
echo deb [arch=amd64,arm64,ppc64el signed-by=/usr/share/keyrings/postgresql.gpg] http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main | sudo tee /etc/apt/sources.list.d/postgresql.list
130
+
```
131
+
132
+
Finally, update the repository and proceed with the PostgreSQL installation:
0 commit comments