about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-03-16 03:03:21 +0100
committeraszlig <aszlig@nix.build>2019-03-16 03:03:21 +0100
commit116bdc9f551b30007966a63f7460278481632d62 (patch)
treef70f0b7f3642e86499e487c1b21a2e37ebcd7152 /nixos/doc
parentef553788d01cd513ed620a4e2969919145989dfe (diff)
downloadnixlib-116bdc9f551b30007966a63f7460278481632d62.tar
nixlib-116bdc9f551b30007966a63f7460278481632d62.tar.gz
nixlib-116bdc9f551b30007966a63f7460278481632d62.tar.bz2
nixlib-116bdc9f551b30007966a63f7460278481632d62.tar.lz
nixlib-116bdc9f551b30007966a63f7460278481632d62.tar.xz
nixlib-116bdc9f551b30007966a63f7460278481632d62.tar.zst
nixlib-116bdc9f551b30007966a63f7460278481632d62.zip
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 <aszlig@nix.build>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml21
1 files changed, 21 insertions, 0 deletions
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
@@ -46,6 +46,27 @@
          xmlns:xlink="http://www.w3.org/1999/xlink"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          version="5.0"
+         xml:id="sec-release-19.09-incompatibilities">
+  <title>Backward Incompatibilities</title>
+
+  <itemizedlist>
+   <listitem>
+    <para>
+     PostgreSQL now uses
+     <filename class="directory">/run/postgresql</filename> as its socket
+     directory instead of <filename class="directory">/tmp</filename>. 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.
+    </para>
+   </listitem>
+  </itemizedlist>
+ </section>
+
+ <section xmlns="http://docbook.org/ns/docbook"
+         xmlns:xlink="http://www.w3.org/1999/xlink"
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         version="5.0"
          xml:id="sec-release-19.09-notable-changes">
   <title>Other Notable Changes</title>