|
1 | 1 | [[operations-manual]] |
2 | | -= The Neo4j Operations Manual |
| 2 | += Neo4j operations |
| 3 | +:page-layout: docs-ndl |
| 4 | +:page-theme: docs |
| 5 | +:page-role: hub |
| 6 | +:page-show-home-link: true |
| 7 | +:page-hide-nav-title: true |
| 8 | +// :page-disablefeedback: true |
| 9 | +:page-toclevels: -1 |
3 | 10 | :neo4j-buildnumber: {neo4j-version} |
4 | 11 | :download-center-uri: https://neo4j.com/deployment-center/ |
5 | 12 | :lucene-version: 5_4_0 |
|
8 | 15 |
|
9 | 16 | :console: 0 |
10 | 17 |
|
11 | | -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. |
| 18 | +[.display.cards.selectable] |
12 | 19 |
|
13 | | -For all information on *upgrading and migrating Neo4j*, see the link:{neo4j-docs-base-uri}/upgrade-migration-guide/current/[Neo4j Upgrade and Migration Guide]. |
| 20 | +== Manage and monitor your deployments |
14 | 21 |
|
15 | | -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]. |
| 22 | +Find here details and instructions for installing and deploying Neo4j on-premise and in the cloud. |
| 23 | +Follow tutorials and find administrative commands to help you manage and monitor your projects. |
16 | 24 |
|
| 25 | +=== Installation |
17 | 26 |
|
18 | | -The latest version of Neo4j is *{neo4j-version-exact}*. |
| 27 | +[.icon] |
| 28 | +image:icon-import.svg[] |
19 | 29 |
|
20 | | -ifdef::backend-pdf[] |
21 | | -include::license.adoc[leveloffset=+1] |
22 | | -endif::[] |
| 30 | +[.description] |
| 31 | +Install Neo4j in different deployment contexts, such as Linux, macOS, and Windows. |
23 | 32 |
|
24 | | -ifdef::backend-html5[(C) {copyright}] |
25 | | -ifndef::backend-pdf[] |
| 33 | +[.link] |
| 34 | +xref:installation/index.adoc[] |
26 | 35 |
|
27 | | -Documentation license: link:{common-license-page-uri}[Creative Commons 4.0] |
28 | | -endif::[] |
29 | | -ifdef::backend-pdf[] |
30 | | -(C) {copyright} |
| 36 | +[.cards] |
| 37 | +=== Upgrade and migration |
31 | 38 |
|
32 | | -Documentation license: <<license, Creative Commons 4.0>> |
33 | | -endif::[] |
| 39 | +[.icon] |
| 40 | +image:ROOT:icon-upgrade.svg[] |
| 41 | + |
| 42 | +[.description] |
| 43 | +See information on how to upgrade or migrate self-managed Neo4j deployments. |
| 44 | + |
| 45 | +[.link] |
| 46 | +xref:installation/index.adoc[] |
| 47 | + |
| 48 | +=== Aura instances |
| 49 | + |
| 50 | +[.icon] |
| 51 | +image:ROOT:icon-aura.svg[] |
| 52 | + |
| 53 | +[.description] |
| 54 | +See administrative options for fully managed cloud deployment. |
| 55 | + |
| 56 | +[.link] |
| 57 | +xref:installation/index.adoc[] |
| 58 | + |
| 59 | +[.widget.lists] |
| 60 | +== Tailored for you |
| 61 | + |
| 62 | +[.caption] |
| 63 | +Keep exploring |
| 64 | + |
| 65 | +=== Neo4j admin commands |
| 66 | + |
| 67 | +[.icon] |
| 68 | +image:icon-admin.svg[] |
| 69 | + |
| 70 | +[.list] |
| 71 | +* xref:/tools/neo4j-admin/consistency-checker.adoc[`database check`] |
| 72 | +* xref:/tools/neo4j-admin/neo4j-admin-report.adoc[`server report`] |
| 73 | +* xref:/tools/neo4j-admin/neo4j-admin-store-info.adoc[`database info`] |
| 74 | +* xref:/tools/neo4j-admin/neo4j-admin-memrec/[`server memory-recommendation`] |
| 75 | +* xref:/tools/neo4j-admin/neo4j-admin-import/[`database import`] |
| 76 | +* xref:/tools/neo4j-admin/unbind.adoc[`server unbind`] |
| 77 | +* xref:/tools/neo4j-admin/upload-to-aura.adoc[`database upload`] |
| 78 | +* xref:/tools/neo4j-admin/migrate-database.adoc[`database migrate`] |
| 79 | +* xref:/tools/neo4j-admin/migrate-configuration.adoc[`nserver migrate-configuration`] |
| 80 | +* xref:/tools/neo4j-admin/validate-config.adoc[`server validate-config`] |
| 81 | +* xref:/backup-restore/online-backup.adoc[`database backup`] |
| 82 | +* xref:/backup-restore/aggregate.adoc[`database aggregate`] |
| 83 | +* xref:backup-restore/inspect.adoc[`backup inspect`] |
| 84 | +* xref:/backup-restore/restore-backup.adoc[`database restore`] |
| 85 | +* xref:/backup-restore/offline-backup.adoc[`database dump`] |
| 86 | +* xref:/backup-restore/restore-dump.adoc[`database load`] |
| 87 | +* xref:/backup-restore/copy-database.adoc[`database copy`] |
| 88 | + |
| 89 | +=== Cypher admin commands |
| 90 | + |
| 91 | +[.icon] |
| 92 | +image:icon-developer.svg[] |
| 93 | + |
| 94 | +[.list] |
| 95 | +* xref:database-administration/standard-databases/naming-databases.adoc[Manage standard databases] |
| 96 | +* xref:database-administration/aliases/naming-aliases.adoc[Manage database aliases] |
| 97 | +* xref:database-administration/composite-databases/concepts.adoc[Manage composite databases] |
| 98 | +* xref:clustering/servers.adoc[Manage servers in a cluster] |
| 99 | +* xref:clustering/databases.adoc[Manage databases in a cluster] |
| 100 | +* xref:authentication-authorization/manage-users.adoc[Manage users] |
| 101 | +* xref:authentication-authorization/manage-roles.adoc[Manage roles] |
| 102 | +* xref:authentication-authorization/manage-privileges.adoc[Manage privileges] |
| 103 | +* xref:authentication-authorization/built-in-roles.adoc[Built-in roles and privileges] |
| 104 | +* xref:authentication-authorization/immutable-roles-privileges.adoc[Manage immutable roles and privileges] |
| 105 | + |
| 106 | +=== Reference |
| 107 | + |
| 108 | +[.icon] |
| 109 | +image:icon-cheatsheet.svg[] |
| 110 | + |
| 111 | +[.list] |
| 112 | +* xref:/configuration/configuration-settings.adoc[Configuration settings] |
| 113 | +* xref:procedures.adoc[Procedures] |
| 114 | +* xref:/monitoring/metrics/index.adoc[Metrics] |
| 115 | +* xref:/database-administration/syntax.adoc[Database management commands syntax] |
| 116 | +* xref:/clustering/server-syntax.adoc[Server management commands syntax] |
| 117 | +* xref:/docker/ref-settings.adoc[Docker configuration settings conversion table] |
| 118 | +* xref:/configuration/ports.adoc[Ports in Neo4j] |
| 119 | +* xref:/tools/neo4j-admin/index.adoc[Neo4j Admin and Neo4j CLI] |
| 120 | +* xref:changes-deprecations-removals.adoc[Changes, deprecations, and removals] |
| 121 | + |
| 122 | +=== Cloud object storage integration (COSI) |
| 123 | + |
| 124 | +[.icon] |
| 125 | +image:icon-cloudstorage.svg[] |
| 126 | + |
| 127 | +[.list] |
| 128 | +* Restore from the cloud |
| 129 | +* Restore backup |
| 130 | +* Load dump |
| 131 | +* Import from the cloud |
| 132 | +* Create from the cloud resource |
| 133 | +* Seed from URI |
| 134 | +* Upload a backup to the cloud |
| 135 | + |
| 136 | +[.widget.highlights] |
| 137 | +== Tutorials & How-to guides |
| 138 | + |
| 139 | +[.icon] |
| 140 | +image:ga-home.svg[] |
| 141 | + |
| 142 | +[.caption] |
| 143 | +Tutorials and how-to guides |
| 144 | + |
| 145 | +[.list] |
| 146 | +* xref:tutorial/neo4j-admin-import.adoc[Neo4j-admin import] |
| 147 | +* xref:clustering/setup/deploy.adoc[Deploy a basic cluster] |
| 148 | +* xref:clustering/setup/analytics-cluster.adoc[Deploy an analytics cluster] |
| 149 | +* xref:/clustering/setup/discovery.adoc[Move from discovery service v1 to v2] |
| 150 | +* xref:/clustering/disaster-recovery.adoc[Disaster recovery guide] |
| 151 | +* xref:tutorial/access-control.adoc[Fine-grained access control] |
| 152 | +* xref:tutorial/tutorial-composite-database.adoc[Set up and use a composite database] |
| 153 | +* xref:tutorial/tutorial-sso-configuration.adoc[Configuring Neo4j Single Sign-On (SSO)] |
| 154 | +* xref:docker/docker-compose-standalone.adoc[Deploy Neo4j using Docker Compose] |
| 155 | +* xref:tutorial/tutorial-clustering-docker.adoc[Deploy a Neo4j cluster in a Docker container] |
| 156 | +* xref:kubernetes/quickstart-standalone/index.adoc[Deploy a standalone instance using Helm charts] |
| 157 | +* xref:kubernetes/quickstart-cluster/index.adoc[Deploy a cluster using Helm charts] |
| 158 | +* xref:kubernetes/quickstart-analytics-cluster.adoc[Deploy a Neo4j cluster using Helm charts] |
| 159 | + |
| 160 | + |
| 161 | +[.next-steps] |
| 162 | +== Licenses and disclaimers |
| 163 | + |
| 164 | +[.link] |
| 165 | +* link:https://neo4j.com/docs/license[Licenses and disclaimers] |
0 commit comments