Skip to content

Latest commit

History

History
73 lines (53 loc) 路 1.77 KB

Bug_Report.md

File metadata and controls

73 lines (53 loc) 路 1.77 KB
name about title labels assignees
Bug report 馃悰
Found errors or unexpected behavior using dbatools module
[Bug]

Before submitting a bug report:

Collect output of following command and paste below:

& {"### PowerShell version:`n$($PSVersionTable | Out-String)"; "`n### dbatools Module version:`n$(gmo dbatools -List | select name, path, version | fl -force | Out-String)"}
  • Running latest release of dbatools
  • Verified errors are not related to permissions
  • Is this bug with Copy-DbaDatabase? You can replicate it using Backup-DbaDatabase ... | Restore-DbaDatabase ...

NOTE: Copy-DbaDatabase will not work in every environment and every situation. Instead, we try to ensure Backup & Restore work in your environment.

Environmental data

<# REPLACE WITH output OF environment one-liner #>

SQL Server:

/* REPLACE WITH output of @@VERSION */

Errors Received

<# OUTPUT of $error[0] | select * #>

Steps to Reproduce

/*
    Any T-SQL commands involved or used to produce test objects/data.
*/
<#
    Provide exact (or sanitized) code to reproduce the error
#>

Expected Behavior

Actual Behavior