Skip to content

Commit c5de5ed

Browse files
committed
Reflect backup limitation for multiple users
1 parent 4b11d7b commit c5de5ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/modules/ROOT/pages/management-ops/backup-restore.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This is necessary mainly for performance reasons but has the disadvantage that d
1414
There are already concepts to circumvent this limitation, such as running algorithms in xref:common-usage/running-algos.adoc#running-algos-write[write mode], xref:management-ops/graph-export/graph-export-csv.adoc#catalog-graph-export-csv[exporting graphs to csv] or xref:model-catalog/store.adoc#model-catalog-store-ops[storing models].
1515
The back-up and restore procedures described in this section will provide a simple and uniform way of saving graphs and models in order to load them back into memory after a database restart.
1616

17+
Note, that there exists only one backup at the same time. Calling backup will override the previous backup.
18+
For multiple users, it is recommended that an admin user performs the backup and restore operations, as they have access to all graphs and models.
19+
1720
[NOTE]
1821
====
1922
The `gds.export.location` parameter must be configured for this feature.

0 commit comments

Comments
 (0)