I have an environment with 2 Senhasegura nodes and 1 arbiter. I want to perform the update for my Senhsegura instances, so that I have the latest version of the product.
I am following the official documentation guide on the update: How to update Segura online
So, I took the snapshots, I removed my arbiter from the cluster, but here is what I am not sure about.
So, on my primary server once I executed the commands:
apt-get update
apt-get install orbit-cli
and then - orbit update
The behavior you’re seeing is expected in certain scenarios. When the update process includes Debian kernel package updates, a specific message is displayed at the end of the update process. This message typically instructs you to:
Restart the Segura® instance (as outlined in Step 7 of the official guide);
After rebooting, run the orbit update command again (Step 6), if prompted or if the update wasn’t fully applied.
These steps are essential — skipping them may result in an incomplete update or lead to system instability.
In summary, yes — go ahead and restart your primary instance, then rerun the orbit update command. After confirming that the update completed successfully and the system is stable, you can proceed with updating your secondary node.
Feel free to reach out if you have any questions throughout the process!