dbaclone icon indicating copy to clipboard operation
dbaclone copied to clipboard

👯 Clone SQL Server databases using PowerShell previously named PSDatabaseClone

Results 21 dbaclone issues
Sort by recently updated
recently updated
newest added

When working in an environment that doesn't have Windows auth set up, so SQL credentials are required, Get-DcnImage doesn't use the SQL user credentials saved during the call to Set-DcnConfiguration....

This should be fixed by now. Closing the issue. If this is still a problem please reopen the issue _Originally posted by @sanderstad in https://github.com/dataplat/dbaclone/issues/161#issuecomment-1102181303_ The same thing appeared Windows...

**Describe the bug** When trying to create an image, using the example: ```powershell New-DcnImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageLocalPath C:\Temp\images\ -Database DB1 -CreateFullBackup ``` I get the following error: >...

The ConfirmImpact for the Remove-DcnClone is hard coded to High. Leaving the user no choice but to confirm every action. This keeps this from being using in automation. Was this...

Would it be possible to use docker/kubernetes/etc.. containers with these clones?

I am trying to create multiple clones on the same server. When I try to run this command: ```powershell PS C:\WINDOWS\system32> New-DcnClone -SqlInstance "server1.com" -Database DB1 -LatestImage -Destination "\\server1\dbaclone\clonedImages\" ```...

https://github.com/dataplat/dbaclone/blob/1bf77597166f86a7ce741984d40fab8f54b73e5c/functions/image/New-DcnImage.ps1#L238-L257 These commands use $Credential, however they are never defined., I believe it's supposed to be $DestinationCredential. This is currently preventing us from creating a new image on our build...

**Is your feature request related to a problem? Please describe.** Add a flag/feature to allow cleanup of the metadata when clones cannot be repaired. **Describe the solution you'd like** Being...

The 2 most recent Poweshell Gallary versions are broken, but I need a version of DbaClone which includes `CloneID` in the `remove-dcnclone`. Tagging the commit which was used to build...

**Is your feature request related to a problem? Please describe.** I'm encountering issues where occasionally the clone files can't be created due to being locked by other processes (why is...