diff --git a/antora.yml b/antora.yml index fb7835145..f28fe1b4e 100644 --- a/antora.yml +++ b/antora.yml @@ -6,4 +6,4 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - neo4j-version: '2025.04' + neo4j-version: '2025.05' diff --git a/modules/ROOT/pages/clauses/listing-settings.adoc b/modules/ROOT/pages/clauses/listing-settings.adoc index b29ee66ca..677d0649e 100644 --- a/modules/ROOT/pages/clauses/listing-settings.adoc +++ b/modules/ROOT/pages/clauses/listing-settings.adoc @@ -196,6 +196,10 @@ LIMIT 3 |=== | name | value | description +| "server.backup.advertised_address" +| "localhost:0" +| "The advertised address for the backup server. Default is the default advertised address combined with port defined in the backup listen address." + | "server.backup.enabled" | "true" | "Enable support for running online backups." @@ -204,10 +208,6 @@ LIMIT 3 | "" | "Command to execute for ExecDataConnector list" -| "server.backup.exec_connector.scheme" -| "" -| "Schemes ExecDataConnector will match on" - 3+d|Rows: 3 |===