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
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 still TBD). This leaves orphaned files and no metadata entry for the clone. The next time I try to create the clone again, the function stops due to these checks:
If using the -Force flag, it would be nice if these could be removed automatically instead of exiting, so that I don't have to write my own orphan file handling process outside of the function.
The text was updated successfully, but these errors were encountered:
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 still TBD). This leaves orphaned files and no metadata entry for the clone. The next time I try to create the clone again, the function stops due to these checks:
dbaclone/functions/clone/New-DcnClone.ps1
Lines 398 to 411 in 0148b66
If using the -Force flag, it would be nice if these could be removed automatically instead of exiting, so that I don't have to write my own orphan file handling process outside of the function.
The text was updated successfully, but these errors were encountered: