MySQL Upgrade from 8.0.4 to 8.4.x (RHEL) Internet
Prerequisites
OS Compatibility
cat /etc/os-release
System Requirements
Pre-Upgrade Checks
Backup
mkdir /home/ec2-user/mysql_backup mysqldump -u root -p ovaledgedb > /home/ec2-user/mysql_backup/ovaledgedb_backup.sql
Upgrade Execution
Stop MySQL Services

Install MySQL 8.4.x
Post-Upgrade Validations
Verify Row Counts and Database Size
Update Application User Passwords (Optional)
Rollback Plan (if required)
Last updated
Was this helpful?















