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