-
Notifications
You must be signed in to change notification settings - Fork 27
add information about free instances #468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve noticed that we tend to rely on the word ‘only’ quite a bit. It might help to soften the language and make it more welcoming by exploring alternative phrasing. It might make this page feel more user-friendly- as it's going to appear quite early on in the user's Neo4j journey!
|
||
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**. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
If you don't perform any write queries for three days, your instance will be **paused**. | ||
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**. |
There was a problem hiding this comment.
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."
There was a problem hiding this comment.
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."
There was a problem hiding this comment.
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.
|
||
A paused instance is **cancelled after 30 days** and after that, you **cannot restore it or recover your data**. | ||
|
||
Additionally, Free instances are **not automatically backed up**. |
There was a problem hiding this comment.
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!
A paused instance is **cancelled after 30 days** and after that, you **cannot restore it or recover your data**. | ||
|
||
Additionally, Free instances are **not automatically backed up**. | ||
Snapshots are taken on-demand and only the latest snapshot is available for download. |
There was a problem hiding this comment.
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."
There was a problem hiding this comment.
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.
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
No description provided.