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

What's new and different in dbatools 2.0 #21

Open
utterances-bot opened this issue May 1, 2023 · 5 comments
Open

What's new and different in dbatools 2.0 #21

utterances-bot opened this issue May 1, 2023 · 5 comments

Comments

@utterances-bot
Copy link

What's new and different in dbatools 2.0 | netnerds.net

So much is new and different! If you'd like to try it while you read this blog post, you can currently install dbatools 2.0 by executing the following command: …

https://blog.netnerds.net/2023/03/whats-new-dbatools-2.0/

Copy link

Hi. I have confirmed dbatools is installed. This script
Install-DbaInstance -Version 2019 -SqlInstance dbatoolslab -Feature Engine -Path Z:\2019 -AuthenticationMode Mixed

Gives this error
WARNING: [09:25:01][Resolve-DbaNetworkName] DNS name dbatoolslab not found | No such host is known
WARNING: [09:25:02][Install-DbaInstance] Failed to get reboot status from | The argument is null or empty. Provide an
argument that is not null or empty, and then try the command again.

@potatoqualitee
Copy link
Owner

Hey Mined, can you ping dbatoolslab? The hostname will have to be resolvable either in DNS or your HOSTS file.

@MinedAssets
Copy link

MinedAssets commented May 2, 2023 via email

Copy link

This unfortunately broke functionality in how we use dbatools to run backup jobs in parallel from a scheduler service. We now regularly see the following errors during parallel job runs.

System.IO.IOException,Dataplat.Dbatools.Commands.ImportCommand
The process cannot access the file 'C:\Program Files\WindowsPowerShell\Modules\dbatools\2.0.4\dbatools.dat' because it is being used by another process.

Copy link

I have to do offline installs due to security policies. The download of dbatools.library is incorrect. I have to go to my home computer and do an Install-Module to get the correct dbatools.library. This needs to be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants