Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative paths not accepted #21

Open
kparkov opened this issue Jan 27, 2020 · 0 comments
Open

Relative paths not accepted #21

kparkov opened this issue Jan 27, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@kparkov
Copy link
Member

kparkov commented Jan 27, 2020

This commands fails:

New-SqlVolumeFromBak -BakFile .\GENREG_NT_backup_2019_07_04_010002_7956479.bak -Volume genreg

With this error:

File not found: .\GENREG_NT_backup_2019_07_04_010002_7956479.bak
At C:\Users\Parkov\Documents\WindowsPowerShell\Modules\MssqlDocker\New-SqlVolumeFromBak.ps1:29 char:9
+         throw "File not found: $BakFile"
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (File not found:...002_7956479.bak:String) [], RuntimeException
    + FullyQualifiedErrorId : File not found: .\GENREG_NT_backup_2019_07_04_010002_7956479.bak
@kparkov kparkov added the bug Something isn't working label Jan 27, 2020
@kparkov kparkov added this to the Stable release milestone Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant