Skip to content

Commit e9dec0a

Browse files
Apply suggestions from code review
1 parent fa80c1b commit e9dec0a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

modules/ROOT/pages/backup-restore/restore-backup.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ That means, if you restore `neo4j-2023-06-29T14-50-45.backup`, your database wil
177177
The following examples assume that you want to restore your data in a new database, called `mydatabase`.
178178
If you want to replace an existing database, you need to stop it first and add the option `--overwrite-destination=true` to the restore command.
179179

180-
Restore a full backup::
181180
+
182181
. Restore a database backup by running the following command:
183182
+
@@ -204,7 +203,6 @@ CREATE DATABASE mydatabase
204203
=== Restore data up to a specific date
205204

206205
To restore data up to a specific date, you need to pass the backup artifact that contains the data up to that date. +
207-
You only need to point to the differential backup or the folder, and the restore command will find the rest of the chain.
208206

209207
This example assumes that you want to restore your data in a new database, called `mydatabase`.
210208
If you want to replace an existing database, you need to stop it first, and add the option `--overwrite-destination=true` to the restore command.

modules/ROOT/pages/database-administration/standard-databases/seed-from-uri.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ Starting from Neo4j 2025.01, when creating a database you can seed up to a speci
209209

210210
The `seedRestoreUntil` option is supported by the `CloudSeedProvider` and the `FileSeedProvider`.
211211

212-
The `URLConnectionSeedProvider` does not support this option because it does not do directory listing.
213212

214213
Seed up to a specific date::
215214

0 commit comments

Comments
 (0)