Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/ROOT/pages/backup-restore/aggregate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ If found, it is then aggregated into a single backup artifact.
[[aggregate-backup-cloud-storage]]
=== Aggregating a backup chain located in a cloud storage

In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].

The following examples show how to perform aggregation of a set of backups located in a cloud storage.

[.tabbed-example]
Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/pages/backup-restore/offline-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ bin/neo4j-admin database dump neo4j --to-path=/full/path/to/dumps
[[offline-backup-cloud-storage]]
=== Dump a database to a folder located in a cloud storage

In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].

The following examples show how to dump a database to a cloud storage bucket using the `--to-path` option.

[.tabbed-example]
Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/pages/backup-restore/online-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ neo4j-admin database backup --from=192.168.1.34:6362,192.168.1.35:6362,192.168.1
[[online-backup-cloud-storage]]
=== Back up a database to a cloud storage

In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].

The following examples show how to back up a database to a cloud storage bucket using the `--to-path` option.

[.tabbed-example]
Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/pages/backup-restore/restore-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ CREATE DATABASE mydatabase;
[[restore-cloud-storage]]
=== Restore a backup located in a cloud storage

In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].

The following examples show how to restore a database located in a cloud storage bucket using the `--from-path` option.

[.tabbed-example]
Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/pages/backup-restore/restore-dump.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ cat foo.dump | neo4j-admin database load --from-stdin mydatabase
[[load-dump-cloud-storage]]
=== Load a dump from a cloud storage

In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].

The following examples show how to load a database dump located in a cloud storage bucket using the `--from-path` option.

[.tabbed-example]
Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,9 @@ bin/neo4j-admin database import full --nodes import/node_header.csv,'import/node
[[import-files-from-cloud-storage]]
==== Importing files from a cloud storage

In Neo4j 2025.03, new cloud integration settings are introduced to provide better support for deployment and management in cloud ecosystems.
For details, refer to xref:configuration/configuration-settings.adoc#_cloud_storage_integration_settings[Configuration settings -> Cloud storage integration settings].

The following examples show how to import data stored in a cloud storage bucket using the `--nodes` and `--relationships` options.

[.tabbed-example]
Expand Down