Update guide¶
Artifacts¶
logbee.Backend-{version}-win-x64.zip
logbee.Frontend-{version}-win-x64.zip
Artifacts can be downloaded from https://github.com/catalingavan/logbee-app.
Update steps¶
Stop both IIS applications:
logbee.Backend
logbee.Frontend
Create backup¶
Create a backup of the existing IIS application folders.
\Backups ├── logbee.Frontend\ └── logbee.Backend\
Copy new files¶
Delete from the logbee.Backend folder everything but:
\logbee.Backend ├── Configuration\ ├── appsettings.json └── web.config
Delete from the logbee.Frontend folder everything but:
\logbee.Frontend ├── Configuration\ ├── appsettings.json └── web.config
Extract the contents of
logbee.Backend-{version}-win-x64.zip
to logbee.Backend folder.Choose not to override the existing files (keep the local files).
Extract the contents of
logbee.Frontend-{version}-win-x64.zip
to logbee.Frontend folder.Choose not to override the existing files (keep the local files).
Update logbee.Backend configuration¶
Apply the configuration changes (if any) by updating logbee.json file.
The configuration changes will be listed in the change log.
Update logbee.Frontend configuration¶
Apply the configuration changes (if any) by updating logbee.json file.
The configuration changes will be listed in the change log.
Change/increment the value of
"StaticResourcesVersion"
property fromlogbee.json
file.This will refresh the browser cache for static resources.
{ "LogBeeFrontendDomain": "logBee.dev", "StaticResourcesVersion": "any-new-value" }
Start the applications¶
Restart the IIS applications:
logbee.Backend
logbee.Frontend
Make a single request to logbee.Backend root URL (http://logbee-backend.your_domain.com).
If everything went successful, you will see the logbee.Backend home page.
Make a single request to the logbee.Frontend root URL (http://logBee-frontend.your_domain.com).
If the startup process went successful, you will see the home page.
For technical support, questions or any feedback, please feel free to send us a message and we will get back to you.