Skip to content

Add page-aliases following the removal of the Tools section #2290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions modules/ROOT/pages/backup-restore/consistency-checker.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Describes the Neo4j consistency checker.
:page-aliases: tools/neo4j-admin/consistency-checker.adoc
[[consistency-checker]]
= Check database consistency

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: How to remove cluster state data from a Neo4j server using `neo4j-admin server unbind`.
:page-aliases: tools/neo4j-admin/unbind.adoc
[role=enterprise-edition]
[[neo4j-admin-unbind]]
= Unbind a server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[neo4j-admin-migrate-configuration]]
= Migrate configurations
:description: This chapter describes the `neo4j-admin server migrate-configuration` command.
:page-aliases: tools/neo4j-admin/migrate-configuration.adoc

You can use the `migrate-configuration` command to migrate a legacy Neo4j configuration file to the current format.
The new version will be written in a target configuration directory.
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/configuration/neo4j-admin-memrec.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: This chapter describes the `memory-recommendation` command of Neo4j Admin.
:page-aliases: tools/neo4j-admin/neo4j-admin-memrec.adoc
[[neo4j-admin-memrec]]
= Get initial memory recommendations

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/configuration/validate-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
= Validate configurations
:page-role: new-5.5
:description: How to validate configurations using Neo4j Admin.
:page-aliases: tools/neo4j-admin/validate-config.adoc


The `neo4j-admin server validate-config` command validates the Neo4j and Log4j configurations.
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/cypher-shell.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Describes Neo4j Cypher Shell command-line interface (CLI) and how to use it.
:page-aliases: tools/cypher-shell.adoc
[[cypher-shell]]
= Cypher Shell

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: This chapter describes the `neo4j-admin database migrate` command.
:page-aliases: tools/neo4j-admin/migrate-database.adoc
[[neo4j-admin-migrate]]
= Migrate a database

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:description: How to import a database from an existing Neo4j instance into Neo4j Aura using `neo4j-admin database upload`.
:page-aliases: tools/neo4j-admin/push-to-cloud.adoc
:page-aliases: tools/neo4j-admin/upload-to-aura.adoc

[role=aura]
[[neo4j-admin-upload-to-aura]]
= Upload to Neo4j Aura
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:description: This chapter describes the `neo4j-admin database info` command.

:page-aliases: tools/neo4j-admin/neo4j-admin-store-info.adoc
[[neo4j-admin-store-info]]
= Display store information

Expand Down
5 changes: 3 additions & 2 deletions modules/ROOT/pages/import.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: This section describes how to perform bulk offline imports of data into Neo4j using the command line tool `neo4j-admin database import`.
:page-aliases: tools/neo4j-admin/neo4j-admin-import.adoc
[[neo4j-admin-import]]
= Import

Expand Down Expand Up @@ -1459,7 +1460,7 @@ Deleting a node also deletes its relationships (`DETACH DELETE`).
:ACTION,uid:ID(label:Person),name,:LABEL
CREATE,person1,"Keanu Reeves",Actor
UPDATE,person2,"Laurence Fishburne",Actor
DELETE,person4,,
DELETE,person4,,
----

Nodes are identified by their unique property value for the key/label combination that the header specifies.
Expand All @@ -1486,7 +1487,7 @@ U,person2,KNOWS,person1,def,"Laurence Fishburne","Hello Neo"
----

The data in the `p1` column for these relationships helps select relationships "more uniquely" if a multiple of `1,KNOWS,2` exists.
There can also be multiple identifier properties defined in the header.
There can also be multiple identifier properties defined in the header.
Identifier properties match the selected relationships and will not be set on the relationships that already have them.

=== Update existing labels
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/monitoring/neo4j-admin-report.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:description: This chapter describes the `report` command of Neo4j Admin.
:page-aliases: tools/neo4j-admin-report.adoc
:page-aliases: tools/neo4j-admin/neo4j-admin-report.adoc
[[neo4j-admin-report]]
= Generate a report about the system

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/neo4j-admin-neo4j-cli.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: This section describes commands for managing and administering a Neo4j DBMS.
:page-aliases: tools/neo4j-admin/index.adoc
[[neo4j-admin]]
= Neo4j Admin and Neo4j CLI

Expand Down