@@ -17,7 +17,7 @@ is like any other Debian machine:
sudo -u postres psql
This drops you in a [psql shell](https://www.postgresql.org/docs/9.6/app-psql.html) where you can issue SQL queries
This drops you in a [psql shell](https://www.postgresql.org/docs/11/app-psql.html) where you can issue SQL queries
and so on.
Howto
...
...
@@ -75,7 +75,7 @@ Same with databases:
END DESC -- nulls first
LIMIT 20;
Source: [PostgreSQL wiki](https://wiki.postgresql.org/wiki/Disk_Usage). See also [the upstream manual](https://www.postgresql.org/docs/9.1/disk-usage.html).
Source: [PostgreSQL wiki](https://wiki.postgresql.org/wiki/Disk_Usage). See also [the upstream manual](https://www.postgresql.org/docs/11/disk-usage.html).
Running a full backup
---------------------
...
...
@@ -109,7 +109,7 @@ location on the new server. The downside is it might be more difficult
to deploy and diagnose, as it has more moving parts.
Both procedures are adaptations of the [official recovery
procedure](https://www.postgresql.org/docs/9.3/continuous-archiving.html#BACKUP-PITR-RECOVERY), which can be refered to for more information.
procedure](https://www.postgresql.org/docs/11/continuous-archiving.html#BACKUP-PITR-RECOVERY), which can be refered to for more information.
Indirect restore procedures
---------------------------
...
...
@@ -183,7 +183,7 @@ server to the database server and restores from those.