You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The ParentVhd parameter doesn't seem to access a specified image or create a clone. Running a New-DcnClone as below does not return any errors or output and does not create a clone.
Also tried above command with local path for the image instead of network. Same result.
Running the command with -debug gets you to the "Testing module setup" step but goes no further. When running with the UseLastFullBackup parameter it brings you through the whole process and successfully creates a clone but for our use case we need multiple images taken at different points in time so need to be able to specify an image to use for a clone.
Environmental data
We're running with the latest version.
Version Name Repository Description
0.10.47 dbaclone PSGallery Module for cloning SQL Server databases
Describe the bug
The ParentVhd parameter doesn't seem to access a specified image or create a clone. Running a New-DcnClone as below does not return any errors or output and does not create a clone.
Also tried above command with local path for the image instead of network. Same result.
Running the command with -debug gets you to the "Testing module setup" step but goes no further. When running with the UseLastFullBackup parameter it brings you through the whole process and successfully creates a clone but for our use case we need multiple images taken at different points in time so need to be able to specify an image to use for a clone.
Environmental data
We're running with the latest version.
Version Name Repository Description
0.10.47 dbaclone PSGallery Module for cloning SQL Server databases
PS C:\scripts> $PSVersionTable.PSVersion
Major Minor Build Revision
5 1 14393 4583
The text was updated successfully, but these errors were encountered: