Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sites/platform/src/environments/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ You can restore backups to a different environment than they were created on usi
```bash
{{% vendor/cli %}} backup:restore --target={{% variable "TARGET_ENVIRONMENT_NAME" %}} --branch-from={{% variable "PARENT_ENVIRONMENT_NAME" %}} {{% variable "BACKUP_ID" %}}
```

{{< note theme="info" title="Source integration issue" >}}
If you have enabled [Source Integration](/integrations/source.md) for your project and you restore a backup into an environment that does not correspond to any Git branch in your repository, Source Integration will automatically delete the environment immediately after it is created. We strongly recommend that you first create the environment by creating a corresponding Git branch in your repository before restoring a backup to this environment.
{{< /note >}}
4 changes: 4 additions & 0 deletions sites/upsun/src/environments/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ You can restore backups to a different environment than they were created on usi
```bash
{{% vendor/cli %}} backup:restore --target={{% variable "TARGET_ENVIRONMENT_NAME" %}} --branch-from={{% variable "PARENT_ENVIRONMENT_NAME" %}} {{% variable "BACKUP_ID" %}}
```

{{< note theme="info" title="Source integration issue" >}}
If you have enabled [Source Integration](/integrations/source.md) for your project and you restore a backup into an environment that does not correspond to any Git branch in your repository, Source Integration will automatically delete the environment immediately after it is created. We strongly recommend that you first create the environment by creating a corresponding Git branch in your repository before restoring a backup to this environment.
{{< /note >}}
Loading