Conversation
|
This PR includes documentation updates New pages: Updated pages: |
| Create and manage databases using the Aura Console or the Aura API. | ||
| An instance has its own compute and storage, and the databases run within the instance. | ||
|
|
||
| == How to know if you have it |
There was a problem hiding this comment.
Remove which tiers,
Add more of an intro - what is it and what is it for?
And put "enable it" before - and add this to intro "admonition" must enable it first
|
|
||
| For more information about inspecting an instance's details see xref:managing-instances/instance-actions.adoc#_inspect_an_instances_details[inspect an instances details] | ||
|
|
||
| === Benefits and use cases |
There was a problem hiding this comment.
put this in the intro instead
| Multiple databases are supported across Aura tools: | ||
| .. for working with multiple databases | ||
|
|
||
| * xref:managing-instances/backup-restore-export.adoc[Backup, export, and restore] Take snapshots of your databases. |
There was a problem hiding this comment.
Take backups of your databases -
There was a problem hiding this comment.
would assume everything would work in multidb
There was a problem hiding this comment.
- supported + unsupported features go into "manage" section
| .Single database | ||
| image::snapshot-actions.png[width=400] | ||
|
|
||
| == Backups in multiple database instances |
There was a problem hiding this comment.
what happens - are backups taken automatically
| * Custom database naming or renaming. | ||
| * Pause and resume for instances or individual databases. | ||
| * Databases cannot be created using Cypher database management commands. | ||
|
|
There was a problem hiding this comment.
get confirmed -> what is available?
if you're used to using multiple databases on prem user is probably used to using cypher on prem
then to suddenly start using UI for like "show users" may be counter intuitive
what's the user journey? do they have experience using multi db or coming straight 2 Aura
THESE COMMANDS ARE AVAILABLE: RBAC
THESE ARE NOT: DB admin commands
|
|
||
| == Snapshots and backups | ||
|
|
||
| Snapshots are taken at regular intervals and can be used to download or dump your data to a new instance. |
There was a problem hiding this comment.
verify exactly what happens - what is a regular interval
There was a problem hiding this comment.
if it's on a db level it is not a snapshot but a backup
There was a problem hiding this comment.
is backup vs snapshot a commonly accepted distinction? doesn't seem distinction is widely adopted amongst database products?
| == Backups in multiple database instances | ||
|
|
||
| If your instance contains multiple databases, backups are managed at the database level rather than the instance level. | ||
| If your instance contains a single database, backups apply to the entire instance. |
There was a problem hiding this comment.
talking about system db without talking about it?
There was a problem hiding this comment.
start with finding out if this is a commonly accepted distinction + if not explain it
|
|
||
| [[restore-snapshot]] | ||
| === Restore | ||
| === Restore from snapshot |
There was a problem hiding this comment.
with multi db you restore from x
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
No description provided.