Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Feb 12, 2025
1 parent 977e2eb commit 06177b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/platform/howto/btar/manage-backup-to-another-region.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ where this new service is hosted.

- **Latest transaction**
- **Point in time**: Set it up to no earlier than the time of taking the oldest
replicated base backup and no later than the time of taking the latest replicated
base backup.
replicated base backup.

1. Specify a name for the new fork service.
1. Select **Create fork**.
Expand All @@ -117,7 +116,7 @@ where this new service is hosted.
Run the [avn service create](/docs/tools/cli/service-cli#avn-cli-service-create) command
with the `--service-to-fork-from` option and the `--recovery-target-time`option. Set
`--recovery-target-time` to no earlier than the time of taking the oldest replicated base
backup and no later than the time of taking the latest replicated base backup.
backup.

```bash {6,7}
avn service create FORK_SERVICE_NAME \
Expand Down Expand Up @@ -146,8 +145,7 @@ Use the [ServiceCreate](https://api.aiven.io/doc/#tag/Service/operation/ServiceC
to create a fork service. When constructing the API request, add the `user_config` object
to the request body and nest the `service_to_fork_from` field and the
`recovery_target_time` field inside. Set `recovery_target_time` to no earlier than the
time of taking the oldest replicated base backup and no later than the time of taking the
latest replicated base backup.
time of taking the oldest replicated base backup.

```bash
curl --request POST \
Expand Down

0 comments on commit 06177b7

Please sign in to comment.