You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After going through this upgrade path, I thought it might be nice to have an "upgrade" button on the UI to handle the quick upgrade when the user has a git-managed install running.
The commands are straightforward, as you know - they're just not chained together where $tag is the latest available version.
If the user is using systemd, and maps the install with something like this in /etc/systemd/system/flood.service , or opt to install it for the user --
For this, the process just needs to exit, and will be restarted by the monitoring systemd script, the user can check the about details to see the version has upgraded (or not).
Alternately - but this requires sudoers permissions to manage the process
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After going through this upgrade path, I thought it might be nice to have an "upgrade" button on the UI to handle the quick upgrade when the user has a git-managed install running.
The commands are straightforward, as you know - they're just not chained together where $tag is the latest available version.
If the user is using systemd, and maps the install with something like this in /etc/systemd/system/flood.service , or opt to install it for the user --
For this, the process just needs to exit, and will be restarted by the monitoring systemd script, the user can check the about details to see the version has upgraded (or not).
Alternately - but this requires sudoers permissions to manage the process
Beta Was this translation helpful? Give feedback.
All reactions