-
Notifications
You must be signed in to change notification settings - Fork 322
chore: add admin UI instructions for database restore #6700
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
|
jstirnaman
left a comment
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.
This looks great - thank you! Just one minor change for brevity.
| 4. Click the options button (three vertical dots) to the right of the deleted database you want to restore. | ||
| The options menu displays. | ||
| 5. In the options menu, click **Restore Database**. The **Restore Database** dialog displays. |
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.
| 4. Click the options button (three vertical dots) to the right of the deleted database you want to restore. | |
| The options menu displays. | |
| 5. In the options menu, click **Restore Database**. The **Restore Database** dialog displays. | |
| 4. In the options menu (three vertical dots to the right of the database), click **Restore Database**. The **Restore Database** dialog displays. |
| 6. In the **Restore Database** dialog, review the database name and deletion date. | ||
| 7. Click the **Restore Database** button to restore the database. |
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.
| 6. In the **Restore Database** dialog, review the database name and deletion date. | |
| 7. Click the **Restore Database** button to restore the database. | |
| 5. In the **Restore Database** dialog, review the database name and deletion date. | |
| 6. Click the **Restore Database** button to restore the database. |
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.
Generally looks good, but one note here.
| > [!Note] | ||
| > #### Deleted databases can be restored | ||
| > | ||
| > Deleted databases can be [restored](/influxdb3/cloud-dedicated/admin/databases/undelete/) |
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 realize this may be a nit, but can we characterize this as "Deleted databases may be able to be restored"? Based on the current configuration DBs will be restorable for at least 7 days (depending on when the cleanup job runs), but I would rather hedge here with more permissive language than "can" to avoid suggesting that the customer can always wait til the last moment to restore.
wdoconnell
left a comment
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.
One other comment re: we may be able to avoid duplicating this.
We will (separately) need another update for table restore once that merges
| The InfluxDB Cloud Dedicated administrative UI includes a portal for | ||
| managing databases, including restoring deleted databases. | ||
|
|
||
| 1. To access the {{< product-name >}} Admin UI, visit the following URL in your browser: |
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.
| [influxctl](#influxctl) | ||
| {{% /tabs %}} | ||
| {{% tab-content %}} | ||
| {{< admin-ui-access >}} |
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.
Nice.
wdoconnell
left a comment
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.
This looks good. Please post a screenshot of what the page looks like after a local hugo serve to verify the formatting carried across.
We generate previews now, so you can also check it at https://influxdata.github.io/docs-v2/pr-preview/pr-6700/ (Pay no mind to the missing images for now) |
Oh, perfect. Very cool @jstirnaman |


Add Admin UI tab to database undelete showing how to restore deleted databases via the UI.
(if necessary)