Managing databases
Managing your Neo4j deployments on GrapheneDB
There are several self-service operations that you can run for your databases:
For information on how to configure your Neo4j database, please visit Configuring Neo4j.
For information on upgrading or downgrading your Neo4j database, please visit Changing plan.
For information on upgrading your Neo4j version, please visit Neo4j version upgrades.

Restart database
To restart your database, navigate to the Admin tab of your database dashboard, and simply click on the Restart database button.
A confirm dialog will be shown to inform you that until the restart process finishes, any incoming requests will be held.

Please, take into account that restarting the database will involve a cache warmup time, causing first requests time response to be increased after the restart. Read more about the cache performance on the Neo4j official documentation.
Restart cluster
To restart your cluster, navigate to the Admin tab of your cluster dashboard, and simply click on the Restart cluster button.
A confirm dialog will be shown to let you know the progress of the nodes rolling restart process. Incoming requests can be processed due to the cluster being responsive during the process.
Restore database
You can restore data right from your dashboard. Navigate to your database Admin tab and click on the Restore database button. A dialog will be displayed which will ask you to either upload a file from your computer or provide a URL to a publicly accessible file on the internet.
For additional information about supported formats and how to import your local database or troubleshooting, see Importing and exporting databases.
Empty database
To empty your database, navigate to your database Admin tab and click on the Empty database button. This action cannot be undone and you must confirm this operation by entering the database name in the following field:

Delete database
To delete your database, navigate to your database Admin tab and click on the Delete database button. This action cannot be undone and you must confirm this operation by entering the database name in the following field:

Updated over 2 years ago