dsccommunity / dsccommunity/SqlServerDsc
SqlDatabase: Add an option to enable replication for a database
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 385
- Forks
- 224
- PR merge metrics
- No merged PRs in 30d
Description
I suggest we extend the resource SqlDatabasxe with a new parameter EnableReplication that enables the replication of a database if the instance has enabled replication.
See the article ReplicationDatabase Class for more information about enabling replication for a database.
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 SqlDatabase resource and reading the linked ReplicationDatabase Class article to understand database-level replication. Add the EnableReplication option so it enables replication when instance replication is already enabled. Done means the resource supports this requested database-level configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100