Skip to content

feat: add scheduler restart sqlsync page#85

Merged
songlim327 merged 3 commits intoeStreamSoftware:masterfrom
limjoohaw:feat/scheduler-restart-sqlsync
Mar 27, 2026
Merged

feat: add scheduler restart sqlsync page#85
songlim327 merged 3 commits intoeStreamSoftware:masterfrom
limjoohaw:feat/scheduler-restart-sqlsync

Conversation

@limjoohaw
Copy link
Copy Markdown
Contributor

@limjoohaw limjoohaw commented Mar 13, 2026

Summary

  • Add new page: Schedule Restart Sqlsync for 24-hour PC users
  • Remove download screenshot from on-premise setup (link now directly downloads the .exe)

Test plan

  • Verify new page renders correctly with all 10 screenshots
  • Verify download link for RestartSqlsync.bat works
  • Verify on-premise setup page still displays correctly after screenshot removal

@songlim327
Copy link
Copy Markdown
Collaborator

Could we update the Task Scheduler guide to start a Command Prompt with the command directly, instead of running a batch file? The current batch script is quite short, so it could easily be executed inline.

For example, something like:
cmd /c "net stop && net start"

Embedding the command this way avoids the need to distribute a .bat file, which can introduce unnecessary security concerns and distribution overhead.

@songlim327 songlim327 merged commit 202f706 into eStreamSoftware:master Mar 27, 2026
1 check passed
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.

2 participants