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
We used to have this information, but it seems to have been lost at some
point
Cherry-picked from #769
Co-authored-by: emmaholmbergohlsson <[email protected]>
Copy file name to clipboardExpand all lines: modules/ROOT/pages/backup-restore/copy-database.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
[[copy-database]]
4
4
= Copy a database store
5
5
6
-
You can use the `neo4j-admin database copy` command to copy a database, create a compacted/defragmented copy of a database, or clean up database inconsistencies.
6
+
You can use the `neo4j-admin database copy` command to copy a database, create a compacted/defragmented copy of a database, clean up database inconsistencies, or do a direct migration from Neo4j 4.4 to any 5.x version.
7
7
`neo4j-admin database copy` reclaims the unused space, creates a defragmented copy of the _data store_, and creates the node label and relationship type lookup indexes.
8
8
Any additional _schema_ (indexes and constraints) defined are not included.
9
9
However, the command will output Cypher statements, which you can run to recreate the indexes and constraints.
0 commit comments