Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions modules/ROOT/pages/auradb/getting-started/create-database.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,19 @@ To create an *AuraDB Free* instance in Neo4j AuraDB:
. Copy and store the instance's *Username* and *Generated password* or download the credentials as a `.txt` file.
. Tick the confirmation checkbox, and select *Continue*.

[NOTE]
======
You can only create one AuraDB Free instance per account.
======

You can only create **one** AuraDB Free instance per account.

A Free instance is limited to 200,000 nodes and 400,000 relationships.

If you don't perform any write queries for three days, your instance is **paused**.
You can resume your paused instance from the console.

A paused instance is **deleted after 30 days** and after that, you **cannot restore it or recover your data**.

Additionally, Free instances are **not automatically backed up**.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you would like to backup your instance, take a link:https://neo4j.com/docs/aura/preview/managing-instances/instance-details/#_snapshots[snapshot]

I think Snapshots will need it's own page soon!

Snapshots are taken on-demand and only the latest snapshot is available for download.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Snapshots can be taken on-demand, with the most recent snapshot available for download."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we say can be taken, we imply that there are other ways to take snapshots, which there are not in the case of a Free instance.

For more information about snapshots, see xref:auradb/managing-databases/backup-restore-export.adoc[] for more information.

=====
[.include-with-AuraDB-Professional]
Expand Down Expand Up @@ -60,7 +69,7 @@ Aura retains some of your provisioned resources for managing your instance.

[NOTE]
======
Pay-as-you-go (PAYG) is available on all instance sizes up to 128 GB. Prepaid is available from 16 GB+.
Pay-as-you-go (PAYG) is available on all instance sizes up to 128 GB. Prepaid is available from 16 GB+.
======

To create an *AuraDB Business Critical* instance in Neo4j AuraDB:
Expand Down Expand Up @@ -91,7 +100,7 @@ To create an *AuraDB Virtual Dedicated Cloud* instance in Neo4j AuraDB:

. Navigate to the https://console.neo4j.io/?product=aura-db[Neo4j Aura Console] in your browser.
. Select *New Instance* to open the *Create an instance* page.
. Set your *Instance size*, the memory, CPU, and storage allocated to the instance.
. Set your *Instance size*, the memory, CPU, and storage allocated to the instance.
Please refer to your contract for pricing.
. Set your *Instance details*:
* *Instance Name* - The name to give the instance.
Expand Down
Loading