You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|label:new[Changed in 2025.10] Include metadata in the file. This cannot be used for backing up the `system` database. Possible values are:
133
131
134
132
- `roles` - include commands to create the roles and privileges (for both database and graph) that affect the use of the database.
135
-
- `users` - include commands to create the users that can use the database and their role assignments.
133
+
- `users` - include commands to create the users that can use the database and their role assignments. If a list of users is specified (e.g. `users=alice,bob,charlie`), only those users are included in the backup.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changes-deprecations-removals.adoc
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -598,9 +598,19 @@ The section covers changes to Neo4j server functionality across different areas.
598
598
599
599
=== Neo4j-admin tool
600
600
601
+
Neo4j 2025.10::
602
+
603
+
* label:enterprise[Enterprise Edition] The `neo4j-admin database backup` command.
604
+
+
605
+
The `--include-metadata=none|all|users[=user1,user2]|roles` option is changed.
606
+
Now it allows filtering users when performing a database backup. +
607
+
Previously, if you specified `users` with `--include-metadata`, the backup file would include commands to create the users that can use the database and their role assignments.
608
+
Starting from 2025.10, you can define a list of specific users (e.g., `users=alice,bob,charlie`), which means only those users are included in the backup.
609
+
For details, refer to xref:backup-restore/online-backup.adoc[].
610
+
601
611
Neo4j 2025.01::
602
612
603
-
* The `neo4j-admin database copy` command.
613
+
* label:enterprise[Enterprise Edition] The `neo4j-admin database copy` command.
604
614
+
605
615
The functionality of the `--from-pagecache=<size>` option is changed. +
606
616
Instead of specifying how much cache to allocate when reading the source, now you can control the maximum amount of off-heap memory used for the copy operation, both for reading and writing.
0 commit comments