a year ago
Is there any good service that would allow me to access a crashed SQL instance?
31 Replies
a year ago
may i asked why you deployed mysql 5.7 over mysql 8?
a year ago
mysql 5.7 is several major versions behind mysql 8 though and mysqlnativepassword was only deprecated in 8.0.34, why the jump back to 5.7?
a year ago
yes i know, but why the jump back to 5.7
a year ago
oof, never blindly trust a comment that says to downgrade something several major versions
a year ago
you can try to set innodb_fast_shutdown to 0
you can try to set innodbfastshutdown to 0
How can I do that without access to the volume? Just an arg?
a year ago
yes
a year ago
nope, didnt work, try manually going through the next versions 5.7 -> 5.8 -> etc
a year ago
but please come to terms that you could have irreversibly lost your data
a year ago
then just restore from that and call it a day
a year ago
yes and then restore the backup to that
a year ago
no, the template deploys v9, youd have to downgrade it after the fact
2024-12-31T19:20:18.770972Z 1 [ERROR] [MY-014061] [InnoDB] Invalid MySQL server downgrade: Cannot downgrade from 90100 to 80403. Downgrade is only permitted between patch releases.
a year ago
yeah
a year ago
!s
Status changed to Solved brody • about 1 year ago

