{question}
How to manually check if an upgrade succeeded?
{question}
{answer}
There are a few things you can do to monitor the progress of an upgrade:
- Singlestore version 7.0 and above allows you to use the
CHECK UPGRADE STATUS FULL;
command to summarize the upgrade status. You can run this command on the master aggregator to verify if all the upgrade steps succeeded. Run it multiple times to check the progress as the upgrade continues. -
When you run the
sdb-depoy upgrade
command be sure to add the extra verbose option-vvv
to view progress. -
From another terminal, you can tail the Master Aggregator
memsql.log
to follow the progress being made on the upgrade.
{answer}