Changes between Version 38 and Version 39 of jessie-stretch-upgrade


Ignore:
Timestamp:
Jun 30, 2018, 4:44:29 PM (7 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jessie-stretch-upgrade

    v38 v39  
    33= Jessie Stretch Upgrade Page =
    44
    5 
     5== MOSH's ==
     6
     7Upgrading a mosh? Great. It's simple now.
     8
     9First, push the latest puppet changes to the mosh.
     10
     11Then, run: `mf-dist-upgrade-mosh`
     12
     13It will warn you about problems and try to run the entire upgrade with minimal intervention.
     14
     15See below for more details about what is happening.
    616== Change to puppet .pp file ==
    717
     
    4353shutdown -h now # or shutdown -r now for physical hosts
    4454}}}
     55
     56== mysql/mariadb ==
     57
     58This upgrade will automatically transition the server from mysql to mariadb.
     59
     60If you have the setting `log_slow_queries` set in /etc/mysql (which works with mysql) it will cause mariadb to fail to start.
     61
     62Check with: `grep -r log_slow_queries /etc/mysql` and remove that setting if you find it.
    4563
    4664== MOSH only ==