No worries, it's good to document these issues in the blockchain so others can learn too!
Interestingly, this is one issue I have not yet run into. For me, steem_mysql
has been running flawlessly, it's the steem_sbds
container that has stopped and had issues so far.
My general thoughts are this may be system level issues. How much memory do you have? I've tested this in a 4GB instance and can say it definitely does NOT work with less, at least not reliably.
Also, you mentioned installing other tools so these may also have an impact.
Something to check is to dump all the logs to local files so you can parse and review more easily. Docker makes it a little weird, so use this technique:
docker logs steem_mysql > mysql.log 2>&1
docker logs steem_sbds > sbds.log 2>&1