Commit e64def5
Install-DbaMaintenanceSolution - Fix AutoScheduleJobs schedule bugs
- Fix HourlyLog creating daily-only schedule by adding FrequencySubDayType=Hours and FrequencySubDayInterval=1
- Fix null error when neither WeeklyFull nor DailyFull is specified by guarding New-DbaAgentSchedule @fullparams with a conditional
Fixes #9051
(do Install-DbaMaintenanceSolution)
Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>1 parent 97d03be commit e64def5
1 file changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
640 | 642 | | |
641 | 643 | | |
642 | 644 | | |
| |||
708 | 710 | | |
709 | 711 | | |
710 | 712 | | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
718 | 722 | | |
719 | 723 | | |
720 | 724 | | |
| |||
0 commit comments