From 116bdc9f551b30007966a63f7460278481632d62 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 16 Mar 2019 03:03:21 +0100 Subject: [PATCH] nixos/manual: Document PostgreSQL socket change This is a backwards-incompatible change and while it won't probably affect a whole lot of users, it makes sense to give them a heads-up anyway. Signed-off-by: aszlig --- nixos/doc/manual/release-notes/rl-1909.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml index f54592b6bf6c..6b79acd733a6 100644 --- a/nixos/doc/manual/release-notes/rl-1909.xml +++ b/nixos/doc/manual/release-notes/rl-1909.xml @@ -42,6 +42,27 @@ +
+ Backward Incompatibilities + + + + + PostgreSQL now uses + /run/postgresql as its socket + directory instead of /tmp. So + if you run an application like eg. Nextcloud, where you need to use + the Unix socket path as the database host name, you need to change it + accordingly. + + + +
+