@@ -75,15 +75,17 @@ This command is required to be run before starting the Neo4j Enterprise Edition.
7575| `memory-recommendation`
7676| Prints recommendations for Neo4j heap and page cache memory usage.
7777
78- For details, see xref:configuration/neo4j-admin-memrec.adoc[][Memory recommendations] .
78+ For details, see xref:configuration/neo4j-admin-memrec.adoc[].
7979
8080| `migrate-configuration`
8181| Migrates server configuration from the previous major version.
8282
83+ For details, see xref:configuration/migrate-configuration.adoc[].
84+
8385| `report`
8486| Produces a ZIP/TAR of the most common information needed for remote assessments.
8587
86- For details, see xref:monitoring/neo4j-admin-report.adoc[Neo4j Admin report ].
88+ For details, see xref:monitoring/neo4j-admin-report.adoc[].
8789
8890| `restart`
8991| Restarts the server daemon.
@@ -100,11 +102,13 @@ For details, see xref:monitoring/neo4j-admin-report.adoc[Neo4j Admin report].
100102| `unbind`
101103| Removes cluster state data from a stopped Neo4j server.
102104
103- For details, see xref:clustering/clustering-advanced/unbind.adoc[Unbind a Neo4j cluster server ].
105+ For details, see xref:clustering/clustering-advanced/unbind.adoc[].
104106
105107| `validate-config`
106108| Performs configuration validation without starting the server.
107109
110+ For details, see xref:configuration/validate-config.adoc[].
111+
108112| `windows-service`
109113| A command whose subcommands can be used to install, uninstall, and update Neo4j as a Windows service.
110114
@@ -123,39 +127,47 @@ Replaced by `neo4j-admin backup aggregate`.
123127| `check`
124128| Checks the consistency of a database.
125129
126- For details, see xref:backup-restore/consistency-checker.adoc[Consistency checker ].
130+ For details, see xref:backup-restore/consistency-checker.adoc[].
127131
128132| `copy`
129133| Copies a database and optionally applies filters.
130134
131- For details, see xref:backup-restore/copy-database.adoc[Copy a database store ].
135+ For details, see xref:backup-restore/copy-database.adoc[].
132136
133137| `dump`
134138| Dumps a database into a single-file archive.
135139
140+ For details, see xref:backup-restore/offline-backup.adoc[].
141+
136142| `import`
137143| Imports a collection of CSV files.
138144
139- For details, see xref:import.adoc[Import ].
145+ For details, see xref:import.adoc[].
140146
141147| `info`
142148| Prints information about a Neo4j database store.
143149
144- For details, see xref:database-internals/neo4j-admin-store-info.adoc[Display store information ].
150+ For details, see xref:database-internals/neo4j-admin-store-info.adoc[].
145151
146152| `load`
147153| Loads a database from an archive created with the `dump` command.
148154
155+ For details, see xref:backup-restore/restore-dump.adoc[].
156+
149157| `migrate`
150158| Migrates a database from one store format to another or between versions of the same format.
151159
160+ For details, see xref:database-administration/standard-databases/migrate-database.adoc[].
161+
152162| `restore`
153163| Restores a backed up database.
154164
165+ For details, see xref:backup-restore/restore-backup.adoc[].
166+
155167| `upload`
156168| Pushes a local database to a Neo4j Aura instance.
157169
158- For details, see xref:database-administration/standard-databases/upload-to-aura.adoc[Upload to Neo4j AuraDB ].
170+ For details, see xref:database-administration/standard-databases/upload-to-aura.adoc[].
159171
160172.2+| `backup`
161173
0 commit comments