summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-08-31 15:47:38 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-12 15:45:48 -0700
commit5f2ae2e43f7db43afb6285572d3155e1f26580fb (patch)
tree40d66d46fea9527749a9e376d48498d4472c302c /nixos
parentb653d62a00aee51aa3d8297db8f675d9f157702f (diff)
neo4j: add release notes about version bump
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index be0d17f9054d9..53daf95446348 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -139,6 +139,8 @@ Use `configure.packages` instead.
 
 - The Redis module now disables RDB persistence when `services.redis.servers.<name>.save = []` instead of using the Redis default.
 
+- Neo4j was updated from version 3 to version 4. See this [migration guide](https://neo4j.com/docs/upgrade-migration-guide/current/) on how to migrate your Neo4j instance.
+
 - Matrix Synapse now requires entries in the `state_group_edges` table to be unique, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation.
 
 - `dockerTools.buildImage` deprecates the misunderstood `contents` parameter, in favor of `copyToRoot`.