Open vsatmydynipnet opened 1 month ago
Hi, this may related to mysql docker image requires new CPU architecture.
You could try to change https://github.com/jackyzy823/fxa-selfhosting/blob/1a42ab23ece9f16ee69df2381e9baa1c61653419/docker-compose.tmpl.yml#L22 to mysql:8.4.0-oraclelinux8
as discussed in the https://github.com/docker-library/mysql/issues/1055
First there was a git pull in the fxa-selfhosting folder to update things. The I patched config.yml based on the diff between the old and the new config.yml.sample. The patch looked like:
Finally Mysql 8.4 made troubles coming up with error "Container dest-waitforinfra-1 / service "waitforinfra" didn't complete successfully: exit 1".
First Problem was:
Fatal glibc error: CPU does not support x86-64-v2
32 x Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz (2 Sockets) // Running Proxmox 8.2.4
setting the CPU for this Proxmox VM to
x86-64-v2
solved the problem.
Finnaly MySQL ended with Error:
[InnoDB] Cannot open datafile for read-only: 'mysql.ibd' OS error: 71
I was not able to solve this one, so I switched back to the old snapshot.
Any hints how to overcome this upgrade problem?
Thank you