This usually happens when you ran "make init-reset-env" after doing the install or attempting to do the install.
When the MariaDB container first comes up, it gets initialized with the password set in your .env - when you scramble those passwords again - this step will sit infinitely because it is failing to log in and fails to pass the readiness check before continuing on to further steps.
I hope this helps.
|