Skip to content

Commit c4c14fc

Browse files
Add seedRestoreUntil option (neo4j#1141)
1 parent 13b05b9 commit c4c14fc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,24 @@ Several xref:clauses/transaction-clauses.adoc#query-listing-transactions[`SHOW
134134
* 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.
135135
|===
136136

137+
=== New features
138+
139+
[cols="2", options="header"]
140+
|===
141+
| Feature
142+
| Details
143+
a|
144+
label:functionality[]
145+
label:new[]
146+
[source, cypher, role="noheader"]
147+
----
148+
CREATE DATABASE db OPTIONS { seedRestoreUntil: ... }
149+
----
150+
| The option `seedRestoreUntil` can now be specified in the `CREATE DATABASE` `OPTIONS` map.
151+
This allows a database to be seeded up to a specific date or transaction ID.
152+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#cluster-seed-uri[Operations Manual -> Clustering -> Seed from URI].
153+
|===
154+
137155
[[cypher-deprecations-additions-removals-5.26]]
138156
== Neo4j 5.26
139157

0 commit comments

Comments
 (0)