Neo4j Aura is an always-on solution. The database is always running, and charges are always accruing, while the database exists.
Some users have periodic workloads, for which the DB is only required for short periods of time (ie, only on Mondays, or only on the first day of the month). Neo4j Aura does not currently support pausing a database. But, you can accomplish something similar with an export-destroy-create-import workflow.
This process assumes that your application has stopped and there is no I/O going to your DB
- Navigate to the DB Console at https://console.neo4j.io/#databases/<DBID>/detail
- Select the "Backups" tab. Note: Aura backups happen every 24 hours. You may need to wait up to 24 hours after your workload has completed for the next backup.
- Export your database and save the resulting dump file to a secure location.
- Once you have safely downloaded the most recent backup, you can destroy your DB, after which no further charges will accrue.
When you are ready to resume your workload:
- Create a new Neo4j Aura instance,
- Import the dump file saved in the previous step.
- Update your application such that any references to the old DBID or credentials have the new information.
- Resume your application once the import has completed
Comments
0 comments
Please sign in to leave a comment.