Changes between Version 38 and Version 39 of jessie-stretch-upgrade
- Timestamp:
- Jun 30, 2018, 4:44:29 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jessie-stretch-upgrade
v38 v39 3 3 = Jessie Stretch Upgrade Page = 4 4 5 5 == MOSH's == 6 7 Upgrading a mosh? Great. It's simple now. 8 9 First, push the latest puppet changes to the mosh. 10 11 Then, run: `mf-dist-upgrade-mosh` 12 13 It will warn you about problems and try to run the entire upgrade with minimal intervention. 14 15 See below for more details about what is happening. 6 16 == Change to puppet .pp file == 7 17 … … 43 53 shutdown -h now # or shutdown -r now for physical hosts 44 54 }}} 55 56 == mysql/mariadb == 57 58 This upgrade will automatically transition the server from mysql to mariadb. 59 60 If you have the setting `log_slow_queries` set in /etc/mysql (which works with mysql) it will cause mariadb to fail to start. 61 62 Check with: `grep -r log_slow_queries /etc/mysql` and remove that setting if you find it. 45 63 46 64 == MOSH only ==