-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RDS]:
opentelekomcloud_rds_instance_v3
restore to point (#2337)
[RDS]: `opentelekomcloud_rds_instance_v3` restore to point Summary of the Pull Request Feature to restore backups to an existing rds v3 instance. PR Checklist Refers to: #2238 Tests added/passed. Documentation updated. Schema updated. Release notes added. Acceptance Steps Performed === RUN TestAccRdsPostgre13V3ParamsBasic --- PASS: TestAccRdsPostgre13V3ParamsBasic (478.33s) PASS Process finished with the exit code 0 === RUN TestAccRdsInstanceV3ElasticIP --- PASS: TestAccRdsInstanceV3ElasticIP (752.79s) PASS Process finished with the exit code 0 === RUN TestAccRdsInstanceV3Basic --- PASS: TestAccRdsInstanceV3Basic (850.40s) PASS Process finished with the exit code 0 === RUN TestAccRdsInstanceV3RestoreToPITR --- PASS: TestAccRdsInstanceV3RestoreToPITR (670.13s) PASS Process finished with the exit code 0 Reviewed-by: Vladimir Vshivkov Reviewed-by: Aloento Reviewed-by: Anton Sidelnikov
- Loading branch information
1 parent
ab09157
commit 8d1a5d1
Showing
4 changed files
with
255 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/rds_restore_from_backup-dd73f1c69ff4fcdb.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
enhancements: | ||
- | | ||
**[RDS]** Enable restoration from backup to an existing RDS instance for ``resource/opentelekomcloud_rds_instance_v3`` (`#2337 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2337>`_) |