From 073302aa3d5cd21c8cc7df6ad64e3e12148ee278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:14:12 +0100 Subject: [PATCH] seed restore until --- ...tions-additions-removals-compatibility.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index aee5a8c52..7950da1b2 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -134,6 +134,24 @@ Several xref:clauses/transaction-clauses.adoc#query-listing-transactions[`SHOW * The current query-related columns — `currentQuery`, `currentQueryId`, `parameters`, `planner`, `runtime`, `indexes`, `currentQueryStartTime`, `currentQueryElapsedTime`, `currentQueryCpuTime`, `currentQueryIdleTime`, and `currentQueryStatus` — now return `null` when no query is executing. |=== +=== New features + +[cols="2", options="header"] +|=== +| Feature +| Details +a| +label:functionality[] +label:new[] +[source, cypher, role="noheader"] +---- +CREATE DATABASE db OPTIONS { seedRestoreUntil: ... } +---- +| The option `seedRestoreUntil` can now be specified in the `CREATE DATABASE` `OPTIONS` map. +This allows a database to be seeded up to a specific date or transaction ID. +For more information, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#cluster-seed-uri[Operations Manual -> Clustering -> Seed from URI]. +|=== + [[cypher-deprecations-additions-removals-5.26]] == Neo4j 5.26