Skip to content

Get-DbaDbRestoreHistory - Add BackupStartDate, StopAt, and LastRestorePoint columns#10249

Merged
potatoqualitee merged 4 commits into
developmentfrom
claude/issue-7854-20260315-1613
Mar 18, 2026
Merged

Get-DbaDbRestoreHistory - Add BackupStartDate, StopAt, and LastRestorePoint columns#10249
potatoqualitee merged 4 commits into
developmentfrom
claude/issue-7854-20260315-1613

Conversation

@andreasjordan
Copy link
Copy Markdown
Collaborator

Adds three new properties to the output of Get-DbaDbRestoreHistory:

  • BackupStartDate: the start time of the backup being restored
  • StopAt: the point-in-time stop value used during the restore (if any)
  • LastRestorePoint: computed column showing the effective restore point

Closes #7854

Generated with Claude Code

github-actions Bot and others added 4 commits March 15, 2026 16:14
…ePoint columns

Adds three new properties to the output of Get-DbaDbRestoreHistory:
- BackupStartDate: the start time of the backup being restored
- StopAt: the point-in-time stop value used during the restore (if any)
- LastRestorePoint: computed column showing the effective restore point
  (StopAt when specified and earlier than BackupStartDate, otherwise BackupStartDate)

Also adds backup_start_date to the Select-DefaultView exclude list for consistency
with how backup_finish_date is handled (raw column hidden, aliased column shown).

Closes #7854

(do Get-DbaDbRestoreHistory)

Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>
@potatoqualitee potatoqualitee merged commit 0996240 into development Mar 18, 2026
14 checks passed
@potatoqualitee potatoqualitee deleted the claude/issue-7854-20260315-1613 branch March 18, 2026 22:53
@potatoqualitee
Copy link
Copy Markdown
Member

ty!

potatoqualitee added a commit that referenced this pull request Apr 10, 2026
… of #10249)

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.

Get-DbaDbRestoreHistory - additional restore point info request

2 participants