LogoLogo
ReleasesHomepageBlogSlack
master
master
  • Welcome
  • Concept
    • Architecture
  • Requirements
    • Storage requirements
  • Installation
    • Installing with dbatools
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Installing with dbatools

PreviousInstallation

Last updated 4 years ago

Was this helpful?

SQLWATCH can be installed across multiple-servers using dbatools:

Install-DbaSqlWatch -SqlInstance Server1, Server2, Server3 -Database SQLWATCH

Watch this short clip showing how to install SQLWATCH with Install-DbaSqlWatch :

The Install-DbaSqlWatch was designed for unattended multi-server installations. It will download the latest release and unpack it, including the Power BI dashboard, into its own temporary directory.

Beta releases (pre-releases)

Beta release can be installed with a -PreRelease switch:

Install-DbaSqlWatch -SqlInstance DevServer1 -Database SQLWATCH -PreRelease

Beta releases can contain bugs and are not suitable for production deployments.

Watch this short clip