Skip to content

feat: add scheduler restart sqlsync page#85

Open
limjoohaw wants to merge 1 commit intoeStreamSoftware:masterfrom
limjoohaw:feat/scheduler-restart-sqlsync
Open

feat: add scheduler restart sqlsync page#85
limjoohaw wants to merge 1 commit intoeStreamSoftware:masterfrom
limjoohaw:feat/scheduler-restart-sqlsync

Conversation

@limjoohaw
Copy link
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
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.

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