Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions modules/ROOT/pages/tools/neo4j-admin/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ All administration commands, except for `help` and `version`, are organized into
* `dbms` - DBMS-wide (for single and clustered environments) administration tasks
* `server` - server-wide administration tasks
* `database` - database-specific administration tasks
* `backup` - backup-specific tasks

[[neo4j-admin-commands]]
.Available commands per category
[options="header", cols="25,25a,50a"]
[options="header", cols="25,30a,50a"]
|===
| Category
| Command
Expand Down Expand Up @@ -109,9 +110,13 @@ For details, see xref:tools/neo4j-admin/unbind.adoc[Unbind a Neo4j cluster serve

.11+| `database`

| `aggregate-backup`
| `aggregate-backup` label:deprecated[Deprecated in 2025.01]
| Aggregates a chain of backup artifacts into a single artifact.

For details, see xref:backup-restore/aggregate.adoc[].

Replaced by `neo4j-admin backup aggregate`.

| `backup`
| Performs an online backup from a running Neo4j enterprise server.

Expand Down Expand Up @@ -151,6 +156,18 @@ For details, see xref:tools/neo4j-admin/neo4j-admin-store-info.adoc[Display stor
| Pushes a local database to a Neo4j Aura instance.

For details, see xref:tools/neo4j-admin/upload-to-aura.adoc[Upload to Neo4j AuraDB].

.2+| `backup`

|`inspect`
| Lists the metadata stored in the header of backup files.

For details, see xref:backup-restore/inspect.adoc[].

|`aggregate` label:new[Introduced in 2025.01]
|Aggregates a chain of backup artifacts into a single artifact.

For details, see xref:backup-restore/aggregate.adoc[].
|===

== The `neo4j` tool
Expand Down
Loading