Skip to content

Copy-DbaSsisCatalog - Add standard MigrationObject output, integrate with Start-DbaMigration#10311

Merged
potatoqualitee merged 1 commit intodevelopmentfrom
claude/issue-8845-20260405-0811
Apr 9, 2026
Merged

Copy-DbaSsisCatalog - Add standard MigrationObject output, integrate with Start-DbaMigration#10311
potatoqualitee merged 1 commit intodevelopmentfrom
claude/issue-8845-20260405-0811

Conversation

@andreasjordan
Copy link
Copy Markdown
Collaborator

Fixes #8845

Changes

  • Copy-DbaSsisCatalog: Adds standard pipeline output matching other Copy- commands (PSCustomObject with DateTime, SourceServer, DestinationServer, Name, Type, Status, Notes) for Folder, Project, and Environment operations
  • Start-DbaMigration: Adds SsisCatalog to the Exclude ValidateSet and adds a migration step calling Copy-DbaSsisCatalog

Generated with Claude Code

…with Start-DbaMigration

Adds PSCustomObject output (Folder/Project/Environment) with Successful/Skipped/Failed
status to match other Copy- commands. Adds SsisCatalog to Start-DbaMigration Exclude
ValidateSet and migration step.

Fixes #8845

(do Copy-DbaSsisCatalog, Start-DbaMigration)

Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>
@andreasjordan andreasjordan marked this pull request as ready for review April 9, 2026 07:25
@potatoqualitee
Copy link
Copy Markdown
Member

Excellent, thank you!

@potatoqualitee potatoqualitee merged commit bee08f8 into development Apr 9, 2026
15 checks passed
@potatoqualitee potatoqualitee deleted the claude/issue-8845-20260405-0811 branch April 9, 2026 22:01
potatoqualitee added a commit that referenced this pull request Apr 10, 2026
…10311)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

Copy-DbaSsisCatalog does not have standard output like the other copy files

2 participants