Skip to content

Clarify seed from a URI that dumps can also be used as seeds #2509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renetapopova
Copy link
Collaborator

No description provided.

@neo4j-docops-agent
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-operations-2509.surge.sh

Updated pages:

@@ -114,6 +118,7 @@ include::partial$/aws-s3-overrides.adoc[]
include::partial$/aws-s3-credentials.adoc[]

. Create database from `myBackup.backup`.
This backup can be a full backup or a differential backup, or a dump file.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This backup can be a full backup or a differential backup, or a dump file.
This backup can be a full backup, a differential backup, or a dump file.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see also lines 144 and 167


| `ftp:`
| `URLConnectionSeedProvider`
| `\ftp://myftp.com/backups/backup1.backup`
`ftp://myftp.com/backups/backup1.dump`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`ftp://myftp.com/backups/backup1.dump`
`\ftp://myftp.com/backups/backup1.dump`


| `http:`
| `URLConnectionSeedProvider`
| `\http://myhttp.com/backups/backup1.backup`
`http://myhttp.com/backups/backup1.dump`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`http://myhttp.com/backups/backup1.dump`
`\http://myhttp.com/backups/backup1.dump`


| `https:`
| `URLConnectionSeedProvider`
| `\https://myhttp.com/backups/backup1.backup`
`https://myhttp.com/backups/backup1.dump`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`https://myhttp.com/backups/backup1.dump`
`\https://myhttp.com/backups/backup1.dump`

The sources of seeds are called _seed providers_.

Backups have `.backup` extension at the end, while the dumps extension is what the user chooses.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Backups have `.backup` extension at the end, while the dumps extension is what the user chooses.
Backups have a `.backup` extension, while the dump file can have whatever extension the user chooses.

@jackwaudby jackwaudby self-assigned this Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants