Add a --skip-reboot
flag to spin maintain
#143
jaydrogers
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👉 Describe the problem
The logic to run a reboot depends on if the system needs to reboot. The control of the reboot should allowed to be dictated by the sysadmin.
👥 Problem evidence & reach
https://www.reddit.com/r/laravel/comments/1hhumfe/comment/m2untmc/
🥰 Describe the "impact" on users?
This can be frustrating if you want to run updates, but do not want your server to reboot.
🏆 How to solve this problem
Add a
--skip-reboot
flag tospin maintain
If this flag is set, the server WILL NOT reboot, regardless if the system is marked that it needs a reboot or not.
💯 How do we validate the problem is solved?
spin maintain --skip-reboot
--skip-reboot
is setBeta Was this translation helpful? Give feedback.
All reactions