Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cloudappliance/mariadb-upgrade [2020_03_12 13:00] dancloudappliance:mariadb-upgrade [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== MariaDB 10.1 Upgrade ====== 
-##### Last updated on March 12, 2020 ##### 
- 
-As of March 2020, client performing general `yum update` commands, or commands to that effect may observe their File Fabric Database has been upgraded to MariaDB 10.1 
- 
-To confirm that you are running MariaDB 10.1, run the following: 
- 
-``` 
-mysql --version 
-``` 
- 
-If necessary steps are not taken, after a reboot of the appliance, you may experience an "Internal Server Error" until corrective actions are taken.  
- 
-To resolve this, you will need to run the following: 
- 
-``` 
-systemctl restart mariadb 
-systemctl enable mariadb 
-mysql_upgrade 
-``` 
- 
- 
-