Skip to content

Conversation

NataliaIvakina
Copy link
Collaborator

@NataliaIvakina NataliaIvakina commented Sep 10, 2025

No description provided.

@neo4j-docops-agent
Copy link
Collaborator

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

Updated pages:

@jackwaudby jackwaudby self-assigned this Sep 17, 2025
When enabled, the DBMS automatically selects the most appropriate servers to act as backup sources for a given database.

By default, the online backup command requires the user to determine which servers host the target database and direct the command to one of them.
With remote address resolution enabled, the DBMS performs this mapping automatically, removing the need for manual server selection.
Copy link
Collaborator Author

@NataliaIvakina NataliaIvakina Sep 18, 2025

Choose a reason for hiding this comment

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

Suggested change
With remote address resolution enabled, the DBMS performs this mapping automatically, removing the need for manual server selection.
With remote address resolution enabled, the DBMS performs this mapping automatically, removing the need for manual server selection.
The server selection occurs in the following order:
* The DBMS first selects all servers hosting the database in secondary mode.
* If it is not possible to back up from one of the secondaries, the DBMS attempts to take a backup from the primary followers before finally trying the database primary writer.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@jackwaudby, what do you think? ⬆️ Or it sounds confusing?

Copy link
Contributor

Choose a reason for hiding this comment

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

primary reader -> primary follower

Copy link
Contributor

Choose a reason for hiding this comment

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

"If those are not available" -> I think we are better saying if unable to take backup from one of the secondaries then the DBMS will attempt to backup from the primary followers, before finally trying the primary writer


Starting from 2025.09, you can use the `--remote-address-resolution` option to let the DBMS select which servers to use as backup sources.
See xref:backup-restore/online-backup.adoc#_using_remote_address_resolution[] for more details.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it would be good to add info about the new option also on this page, where we talk about some general concepts and planning of backup and restore operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants