Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
20 changes: 14 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,18 @@ 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 will be **paused**.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey, does "write" need to be capitalized in some way? Perhaps, Write/WRITE

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is not capitalized anywhere else in the docs.

You can resume your paused instance from the console.

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

@fiquick fiquick Sep 16, 2024

Choose a reason for hiding this comment

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

Gets deleted, not cancelled.

Could we be softer here? "If an instance is paused for 30 days, it will be deleted automatically and it will not be possible to restore or recover data."

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we drop one of the "restore / recover" words actually - that might soften it up enough

"A paused instance is cancelled after 30 days and after that, you cannot restore your data."

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To restore and recover data is not the same thing so I think it makes sense to mention both.


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.


=====
[.include-with-AuraDB-Professional]
Expand Down Expand Up @@ -60,7 +68,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 +99,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