-
Notifications
You must be signed in to change notification settings - Fork 83
New Operations manual front page #2183
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
Changes from 1 commit
6ef008b
3d867b7
a651258
b4f0681
691042e
8ddb5a2
e22c360
7e912b8
6dcf495
37d099e
c258557
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,12 @@ | ||||||
| [[operations-manual]] | ||||||
| = The Neo4j Operations Manual | ||||||
| = Neo4j operations | ||||||
| :page-layout: docs-ndl | ||||||
renetapopova marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| :page-theme: docs | ||||||
| :page-role: hub | ||||||
| :page-show-home-link: true | ||||||
| :page-hide-nav-title: true | ||||||
| // :page-disablefeedback: true | ||||||
| :page-toclevels: -1 | ||||||
| :neo4j-buildnumber: {neo4j-version} | ||||||
| :download-center-uri: https://neo4j.com/deployment-center/ | ||||||
| :lucene-version: 5_4_0 | ||||||
|
|
@@ -8,26 +15,151 @@ | |||||
|
|
||||||
| :console: 0 | ||||||
|
|
||||||
| This is the Neo4j Operations Manual, which includes all the operational details and instructions for installing and deploying Neo4j on-premise and in the cloud. | ||||||
| [.display.cards.selectable] | ||||||
|
|
||||||
| For all information on *upgrading and migrating Neo4j*, see the link:{neo4j-docs-base-uri}/upgrade-migration-guide/current/[Neo4j Upgrade and Migration Guide]. | ||||||
| == Manage and monitor your deployments | ||||||
renetapopova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| For more information on link:https://neo4j.com/aura/[Aura], the Neo4j fully managed cloud service, see the link:{neo4j-docs-base-uri}/aura[Neo4j Aura Manual]. | ||||||
| Find here details and instructions for installing and deploying Neo4j on-premise and in the cloud. | ||||||
lidiazuin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| Follow tutorials and find administrative commands to help you manage and monitor your projects. | ||||||
renetapopova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| === Installation | ||||||
renetapopova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| The latest version of Neo4j is *{neo4j-version-exact}*. | ||||||
| [.icon] | ||||||
| image:icon-import.svg[] | ||||||
|
|
||||||
| ifdef::backend-pdf[] | ||||||
| include::license.adoc[leveloffset=+1] | ||||||
| endif::[] | ||||||
| [.description] | ||||||
| Install Neo4j in different deployment contexts, such as Linux, macOS, and Windows. | ||||||
|
|
||||||
| ifdef::backend-html5[(C) {copyright}] | ||||||
| ifndef::backend-pdf[] | ||||||
| [.link] | ||||||
| xref:installation/index.adoc[] | ||||||
|
|
||||||
| Documentation license: link:{common-license-page-uri}[Creative Commons 4.0] | ||||||
| endif::[] | ||||||
| ifdef::backend-pdf[] | ||||||
| (C) {copyright} | ||||||
| [.cards] | ||||||
| === Upgrade and migration | ||||||
|
|
||||||
| Documentation license: <<license, Creative Commons 4.0>> | ||||||
| endif::[] | ||||||
| [.icon] | ||||||
| image:ROOT:icon-upgrade.svg[] | ||||||
|
|
||||||
| [.description] | ||||||
| See information on how to upgrade or migrate self-managed Neo4j deployments. | ||||||
|
|
||||||
| [.link] | ||||||
| xref:installation/index.adoc[] | ||||||
lidiazuin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| === Aura instances | ||||||
|
|
||||||
| [.icon] | ||||||
| image:ROOT:icon-aura.svg[] | ||||||
|
|
||||||
| [.description] | ||||||
| See administrative options for fully managed cloud deployment. | ||||||
|
|
||||||
| [.link] | ||||||
| xref:installation/index.adoc[] | ||||||
renetapopova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| [.widget.lists] | ||||||
renetapopova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| == Tailored for you | ||||||
renetapopova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| [.caption] | ||||||
lidiazuin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| Keep exploring | ||||||
|
|
||||||
| === Neo4j admin commands | ||||||
|
|
||||||
| [.icon] | ||||||
| image:icon-admin.svg[] | ||||||
|
|
||||||
| [.list] | ||||||
| * xref:/tools/neo4j-admin/consistency-checker.adoc[`database check`] | ||||||
| * xref:/tools/neo4j-admin/neo4j-admin-report.adoc[`server report`] | ||||||
| * xref:/tools/neo4j-admin/neo4j-admin-store-info.adoc[`database info`] | ||||||
| * xref:/tools/neo4j-admin/neo4j-admin-memrec/[`server memory-recommendation`] | ||||||
| * xref:/tools/neo4j-admin/neo4j-admin-import/[`database import`] | ||||||
| * xref:/tools/neo4j-admin/unbind.adoc[`server unbind`] | ||||||
| * xref:/tools/neo4j-admin/upload-to-aura.adoc[`database upload`] | ||||||
| * xref:/tools/neo4j-admin/migrate-database.adoc[`database migrate`] | ||||||
| * xref:/tools/neo4j-admin/migrate-configuration.adoc[`nserver migrate-configuration`] | ||||||
| * xref:/tools/neo4j-admin/validate-config.adoc[`server validate-config`] | ||||||
| * xref:/backup-restore/online-backup.adoc[`database backup`] | ||||||
| * xref:/backup-restore/aggregate.adoc[`database aggregate`] | ||||||
lidiazuin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * xref:backup-restore/inspect.adoc[`backup inspect`] | ||||||
| * xref:/backup-restore/restore-backup.adoc[`database restore`] | ||||||
| * xref:/backup-restore/offline-backup.adoc[`database dump`] | ||||||
| * xref:/backup-restore/restore-dump.adoc[`database load`] | ||||||
| * xref:/backup-restore/copy-database.adoc[`database copy`] | ||||||
|
|
||||||
| === Cypher admin commands | ||||||
lidiazuin marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| [.icon] | ||||||
| image:icon-developer.svg[] | ||||||
|
|
||||||
| [.list] | ||||||
| * xref:database-administration/standard-databases/naming-databases.adoc[Manage standard databases] | ||||||
| * xref:database-administration/aliases/naming-aliases.adoc[Manage database aliases] | ||||||
| * xref:database-administration/composite-databases/concepts.adoc[Manage composite databases] | ||||||
| * xref:clustering/servers.adoc[Manage servers in a cluster] | ||||||
| * xref:clustering/databases.adoc[Manage databases in a cluster] | ||||||
| * xref:authentication-authorization/manage-users.adoc[Manage users] | ||||||
| * xref:authentication-authorization/manage-roles.adoc[Manage roles] | ||||||
| * xref:authentication-authorization/manage-privileges.adoc[Manage privileges] | ||||||
| * xref:authentication-authorization/built-in-roles.adoc[Built-in roles and privileges] | ||||||
| * xref:authentication-authorization/immutable-roles-privileges.adoc[Manage immutable roles and privileges] | ||||||
|
|
||||||
| === Reference | ||||||
|
|
||||||
| [.icon] | ||||||
| image:icon-cheatsheet.svg[] | ||||||
|
|
||||||
| [.list] | ||||||
| * xref:/configuration/configuration-settings.adoc[Configuration settings] | ||||||
| * xref:procedures.adoc[Procedures] | ||||||
| * xref:/monitoring/metrics/index.adoc[Metrics] | ||||||
| * xref:/database-administration/syntax.adoc[Database management commands syntax] | ||||||
| * xref:/clustering/server-syntax.adoc[Server management commands syntax] | ||||||
| * xref:/docker/ref-settings.adoc[Docker configuration settings conversion table] | ||||||
| * xref:/configuration/ports.adoc[Ports in Neo4j] | ||||||
| * xref:/tools/neo4j-admin/index.adoc[Neo4j Admin and Neo4j CLI] | ||||||
| * xref:changes-deprecations-removals.adoc[Changes, deprecations, and removals] | ||||||
|
|
||||||
| === Cloud object storage integration (COSI) | ||||||
|
|
||||||
| [.icon] | ||||||
| image:icon-cloudstorage.svg[] | ||||||
|
|
||||||
| [.list] | ||||||
| * Restore from the cloud | ||||||
renetapopova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| * Restore backup | ||||||
| * Load dump | ||||||
| * Import from the cloud | ||||||
| * Create from the cloud resource | ||||||
| * Seed from URI | ||||||
| * Upload a backup to the cloud | ||||||
|
|
||||||
| [.widget.highlights] | ||||||
| == Tutorials & How-to guides | ||||||
|
|
||||||
| [.icon] | ||||||
| image:ga-home.svg[] | ||||||
|
||||||
|
|
||||||
| [.caption] | ||||||
| Tutorials and how-to guides | ||||||
|
|
||||||
| [.list] | ||||||
| * xref:tutorial/neo4j-admin-import.adoc[Neo4j-admin import] | ||||||
| * xref:clustering/setup/deploy.adoc[Deploy a basic cluster] | ||||||
| * xref:clustering/setup/analytics-cluster.adoc[Deploy an analytics cluster] | ||||||
| * xref:/clustering/setup/discovery.adoc[Move from discovery service v1 to v2] | ||||||
| * xref:/clustering/disaster-recovery.adoc[Disaster recovery guide] | ||||||
| * xref:tutorial/access-control.adoc[Fine-grained access control] | ||||||
| * xref:tutorial/tutorial-composite-database.adoc[Set up and use a composite database] | ||||||
| * xref:tutorial/tutorial-sso-configuration.adoc[Configuring Neo4j Single Sign-On (SSO)] | ||||||
| * xref:docker/docker-compose-standalone.adoc[Deploy Neo4j using Docker Compose] | ||||||
| * xref:tutorial/tutorial-clustering-docker.adoc[Deploy a Neo4j cluster in a Docker container] | ||||||
| * xref:kubernetes/quickstart-standalone/index.adoc[Deploy a standalone instance using Helm charts] | ||||||
| * xref:kubernetes/quickstart-cluster/index.adoc[Deploy a cluster using Helm charts] | ||||||
| * xref:kubernetes/quickstart-analytics-cluster.adoc[Deploy a Neo4j cluster using Helm charts] | ||||||
|
|
||||||
|
|
||||||
| [.next-steps] | ||||||
renetapopova marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| == Licenses and disclaimers | ||||||
lidiazuin marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| [.link] | ||||||
| * link:https://neo4j.com/docs/license[Licenses and disclaimers] | ||||||
|
||||||
| * link:https://neo4j.com/docs/license[Licenses and disclaimers] | |
| Documentation license: link:https://neo4j.com/docs/reference/license/#_creative_commons[Creative Commons 4.0] |
I am not sure if that will work, but my idea is to remove the heading and add the exact link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The standard for all pages is this one, we need to keep the whole link for legal reasons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'll speak with David about it and let you know.
Uh oh!
There was an error while loading. Please reload this page.