Skip to content

Commit dffc447

Browse files
Store copy migration info (#769) (#782)
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]>
1 parent e4d9e7a commit dffc447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[[copy-database]]
44
= Copy a database store
55

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.
77
`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.
88
Any additional _schema_ (indexes and constraints) defined are not included.
99
However, the command will output Cypher statements, which you can run to recreate the indexes and constraints.

0 commit comments

Comments
 (0)