Skip to content

Commit

Permalink
Merge pull request #1928 from strapi/cloud/backups-UI
Browse files Browse the repository at this point in the history
Strapi Cloud: restore backup via UI
  • Loading branch information
meganelacheny authored Jan 24, 2024
2 parents ac34f85 + 3197287 commit c03f25f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docusaurus/docs/cloud/projects/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ The *Backups* tab informs you of the status and date of the latest backup of you

:::note
The backup feature is not available for Strapi Cloud projects using the free trial. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up.

Note also that only project owners can restore a backup. Maintainers have access to the *Backups* tab but the **Restore backup** button won't be displayed for them. Refer to [Collaboration](/cloud/projects/collaboration) for more information.
:::

:::tip
Expand All @@ -122,7 +124,11 @@ For projects created before the release of the Backup feature in October 2023, t

### Restoring a backup

If you need to restore a backed up project database, click on the **Contact support for restoring procedures** link in the *Backups* tab. This link will open your defaut email application and create an email to `[email protected]`. The Strapi support team, who will receive the database restoring request, will handle it.
If you need to restore a backup of your project:

1. In the *Backups* section, click on the **Restore backup** button.
2. In the dialog, choose one of the available backups of your project in the *Choose backup* drop-down.
3. Click on the **Restore** button of the dialog. Once the restoration finished, your project will be back to the state it was at the time of the chosen backup.

## Variables

Expand Down Expand Up @@ -160,4 +166,5 @@ In the Usage section of the *Billing* tab, you can see the current monthly usage

### Managing project's subscription

Using the **Manage subscriptions** button, you can view and manage your project's subscription. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal.
Using the **Manage subscriptions** button, you can view and manage your project's subscription. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal.

Binary file modified docusaurus/static/img/assets/cloud/settings_backups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/assets/cloud/settings_backups_DARK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit c03f25f

@vercel
Copy link

@vercel vercel bot commented on c03f25f Jan 24, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.