location and standby_location settings in oci_database_autonomous_database resource to replace the current data guard settings.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
To create better user experience, I proposed to replace --is-local-data-guard-enabled with the existing --region and a new --standby-region parameter so that with one command, user can create a primary, local and remote standby, totally 3 instances at the same time in one command line if needed.
see the same proposed workflow for terraform.
https://github.com/oracle/terraform-provider-oci/issues/1815
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the OCI CLI command and option handling for --is-local-data-guard-enabled, then compare the proposed workflow with terraform-provider-oci issue #1815. Done means supporting --region and --standby-region in one command while preserving the requested primary, local standby, and remote standby behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100