2/6 servers went through good, the other 4 are offline for databases. Seems mysql didn't change over/install correctly, now I'm cooked. Any ideas anyone? I don't want to install mysql if it's going to mess up data migration, but thinking of trying that to see what happens. I don't recall anyone having this issue during their upgrades, RIP.
root@s894:~# v12-upgrade upgrade-mysql
Changing existing mysql root user to unix socket auth
Replacing MySQL/MariaDB Docker with updated package
Adding mysql user
useradd: user 'mysql' already exists
Couldn't change mysql root user to socket auth: Error { kind: Internal, msg: "Command \"mysql\" with args CommandArgs { inner: [\"-e\", \"INSTALL PLUGIN auth_socket SONAME \'auth_socket.so\'; ALTER USER \'root\'@\'localhost\' IDENTIFIED WITH auth_socket;\"] } failed after 1 attempts. Stdout: \"ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/local/enhance/mysqlcd-run/mysqld.sock' (2)\n\"" }, this may need to be done manually
thread 'main' panicked at /builds/enhance/ecp-core/ecp-cli/src/upgrade.rs:707:18:
Could not stop mariadb Docker: Error { kind: Internal, msg: "Command \"docker\" with args CommandArgs { inner: [\"stop\", \"mysql\"] } failed after 1 attempts. Stdout: \"Error response from daemon: No such container: mysql\n\"" }
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace