@pshenmic
I decided to do a bit of server updating and cleaning, so i did the following :
dashmate stop
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get autoclean
sudo apt-get autoremove
sudo reboot now
dashmate start
After a few minutes and having verified in the core.log (debug.log) that sync is indeed finished, i tried some 'dashmate status' commands but i am not getting any specifics about Core and Sentinel anymore. I provided a screenshot for you to look at (blanked out some personal stuff) :
So this is all that i am getting returned, when doing a 'dashmate status' & 'dashmate status masternode' command after a successfull sync.
Dashmate still on version 0.24.21
I looked at
https://www.npmjs.com/package/dashmate?activeTab=versions and noticed dashmate is currently on version 0.24.23
so i decided to stop dashmate once more and do a dashmate update through npm (npm update -g dashmate), but now i am getting a Docker Compose error when trying to stop dashmate :
dashd.pid stays active and mainnet node can not be stopped this way.
In the end i decided to do a npm dashmate update while dashmate is still active ('dashmate update' shows dashmate indeed updated to v0.24.23 this way) and then force a server reboot (so that dashd would be restarted again and dashmate would hopefully process the update changes, that it could perhaps not do while being active).
** Also be informed while doing npm update -g dashmate command, i got an alert from npm that npm itself is on v10.0.0 and users need to update to that, but as it turns out dashmate users can not update to npm v10.0.0 due to some conflict with v9 **
Unfortunetely even on dashmate v0.24.23 i can not stop dashmate manually, as it still triggers that same Docker Compose error.
And also dashmate even on v0.24.23 is not showing Core and Sentinel details with commands 'dashmate status' & 'dashmate status masternode'.
So to summarize :
I have dashmate running, but i can not stop it through a 'dashmate stop' command (i get a Docker Compose error)
Some alert about npm on v10.0.0 but unable to update npm to that version.
Dashmate status commands do not show Core & Sentinel details anymore, even on latest dashmate version.
(it is almost like dashmate thinks it is still in sync phase)