Skip to content

Commit

Permalink
seed restore until
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Dec 20, 2024
1 parent 13b05b9 commit 073302a
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 073302a

Please sign in to comment.