Skip to content

Commit 105f3f9

Browse files
Add xref to the cloud integration settings (#2187)
1 parent ab96a6f commit 105f3f9

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ If found, it is then aggregated into a single backup artifact.
154154
[[aggregate-backup-cloud-storage]]
155155
=== Aggregating a backup chain located in a cloud storage
156156

157+
In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
158+
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].
159+
157160
The following examples show how to perform aggregation of a set of backups located in a cloud storage.
158161

159162
[.tabbed-example]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ bin/neo4j-admin database dump neo4j --to-path=/full/path/to/dumps
127127
[[offline-backup-cloud-storage]]
128128
=== Dump a database to a folder located in a cloud storage
129129

130+
In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
131+
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].
132+
130133
The following examples show how to dump a database to a cloud storage bucket using the `--to-path` option.
131134

132135
[.tabbed-example]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@ neo4j-admin database backup --from=192.168.1.34:6362,192.168.1.35:6362,192.168.1
409409
[[online-backup-cloud-storage]]
410410
=== Back up a database to a cloud storage
411411

412+
In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
413+
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].
414+
412415
The following examples show how to back up a database to a cloud storage bucket using the `--to-path` option.
413416

414417
[.tabbed-example]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ CREATE DATABASE mydatabase;
237237
[[restore-cloud-storage]]
238238
=== Restore a backup located in a cloud storage
239239

240+
In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
241+
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].
242+
240243
The following examples show how to restore a database located in a cloud storage bucket using the `--from-path` option.
241244

242245
[.tabbed-example]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ cat foo.dump | neo4j-admin database load --from-stdin mydatabase
148148
[[load-dump-cloud-storage]]
149149
=== Load a dump from a cloud storage
150150

151+
In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
152+
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].
153+
151154
The following examples show how to load a database dump located in a cloud storage bucket using the `--from-path` option.
152155

153156
[.tabbed-example]

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,9 @@ bin/neo4j-admin database import full --nodes import/node_header.csv,'import/node
472472
[[import-files-from-cloud-storage]]
473473
==== Importing files from a cloud storage
474474

475+
In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
476+
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].
477+
475478
The following examples show how to import data stored in a cloud storage bucket using the `--nodes` and `--relationships` options.
476479

477480
[.tabbed-example]

0 commit comments

Comments
 (0)