-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrades
David Wiseman edited this page Mar 27, 2024
·
1 revision
- Download the latest release
- Check the release notes to see what has changed
- Keep a backup of appsettings.json
- Stop the log shipping service. Use services.msc or command line:
net stop LogShippingService
- Extract the new release, replacing the existing application binary files.
- Start the log shipping service
net start LogShippingService
- Check the Logs folder and ensure everything is working correctly.