You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/cloud/projects/settings.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,13 +339,14 @@ The <Icon name="arrow-clockwise" /> *Backups* tab informs you of the status and
339
339
340
340
:::note Notes
341
341
342
-
- The backup feature is not available for Strapi Cloud projects using the Free or Essential plans. You will need to upgrade to either the Pro or Scale plan to have your project automatically backed up and to have access to manual backups.
342
+
- The backup feature is not available for Strapi Cloud projects on the Free or Essential plans. You will need to upgrade to the Pro or Scale plan to enable automatic backups and access the manual backup option.
343
+
344
+
- Backups include only the database of your default Production environment. Assets uploaded to your project and databases from any secondary environments are not included.
345
+
346
+
- The manual backup option becomes available shortly after the project’s first successful deployment.
343
347
344
-
<!-- - Only project owners can restore a backup. Maintainers have access to the <Icon name="arrow-clockwise" /> *Backups* tab but the **Restore backup** button won't be displayed for them. Refer to [Collaboration](/cloud/projects/collaboration) for more information. -->
345
348
346
-
- The manual backup option should become available shortly after project's first succesful deployment.
347
349
348
-
- The backup feature is only available for the default, production environment. Other additional environment's settings will not show the <Iconname="arrow-clockwise" /> *Backups* tab.
349
350
:::
350
351
351
352
:::tip
@@ -364,7 +365,7 @@ For projects created before the release of the Backup feature in October 2023, t
364
365
365
366
To create a manual backup, in the <Iconname="arrow-clockwise" /> *Backups* section, click on the **Create backup** button.
366
367
367
-
The manual backup should start immediately, and restoration or creation of other backups will be disabled until backup is complete.
368
+
The manual backup should start immediately, and restoration or creation of other backups will be disabled until the backup is complete.
368
369
369
370
:::caution
370
371
When creating a new manual backup, any existing manual backup will be deleted. You can only have one manual backup at a time.
@@ -379,6 +380,18 @@ If you need to restore a backup of your project:
379
380
3. Click on the **Restore** button of the dialog. Once the restoration is finished, your project will be back to the state it was at the time of the chosen backup. You will be able to see the restoration timestamp and the backup restored in the <Iconname="arrow-clockwise"/> *Backups* tab.
380
381
4. The timestamp of the last completed restoration will be displayed to help you track when the project was last restored.
381
382
383
+
#### Downloading a backup
384
+
385
+
If you need to download a backup of your project:
386
+
387
+
1. In the <Iconname="arrow-clockwise" /> *Backups* section, click on the **Download backup** button.
388
+
2. In the dialog, choose one of the available backups (automatic or manual) of your project in the *Choose backup* drop-down.
389
+
3. Click on the **Download** button of the dialog to download the chosen backup's archive file in `.sql` format.
390
+
391
+
:::note
392
+
The backup file will include only the database of your default Production environment. It will not include assets or any other environment databases.
393
+
:::
394
+
382
395
### Domains
383
396
384
397
The <Iconname="browsers" /> *Domains* tab enables you to manage domains and connect new ones.
0 commit comments