Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


centos_7_migration_notes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
centos_7_migration_notes [2018/05/29 11:45] juckinscentos_7_migration_notes [2019/04/14 09:37] juckins
Line 97: Line 97:
   * Make a test user on CentOS6 and one on CentOS7   * Make a test user on CentOS6 and one on CentOS7
     * Compare hidden files to see if anything changed between OSs     * Compare hidden files to see if anything changed between OSs
-  * <fc #ff0000>ensure all scripts make their own log file directory</fc> +  * ensure all scripts make their own log file directory
     * $log_dir = "/var/tmp/check_disk_space";     * $log_dir = "/var/tmp/check_disk_space";
     * mkdir ("$log_dir", 0755);     * mkdir ("$log_dir", 0755);
     * should crons write to /tmp and then have a daily script that checks cron logs for errors?     * should crons write to /tmp and then have a daily script that checks cron logs for errors?
   * users   * users
-  * <fc #ff0000>database users</fc>+  * <color #ed1c24>database users</color>
     * [[http://www.uptimemadeeasy.com/linux/mysql-migrate-users-server-server/|Migrate MySQL users to new machine]]     * [[http://www.uptimemadeeasy.com/linux/mysql-migrate-users-server-server/|Migrate MySQL users to new machine]]
       * Don't forget to add semicolons with this:  # sed -i ‘/[^;] *$/s/$/;/’ ./grantfile       * Don't forget to add semicolons with this:  # sed -i ‘/[^;] *$/s/$/;/’ ./grantfile
-  * <fc #ff0000>export MySQL databases with mysqldump</fc>+  * export MySQL databases with mysqldump
     * [[https://www.digitalocean.com/community/tutorials/how-to-migrate-a-mysql-database-between-two-servers|Migrate MySQL database to new server]]     * [[https://www.digitalocean.com/community/tutorials/how-to-migrate-a-mysql-database-between-two-servers|Migrate MySQL database to new server]]
     * [[http://dev.mysql.com/doc/refman/5.7/en/copying-databases.html|Move MySQL databases to new server]]     * [[http://dev.mysql.com/doc/refman/5.7/en/copying-databases.html|Move MySQL databases to new server]]
Line 329: Line 329:
   * System > Preferences > Look and Feel > Screensaver   * System > Preferences > Look and Feel > Screensaver
  
-System Monitor (needs mate-system-monitor RPM):+System Monitor (needs mate-system-monitor and mate-applets RPMs):
   * Right-click top panel > Add to Panel   * Right-click top panel > Add to Panel
   * In the "Find an item to add to the panel:" search box, enter "System Monitor" and click Add   * In the "Find an item to add to the panel:" search box, enter "System Monitor" and click Add
centos_7_migration_notes.txt · Last modified: 2023/12/14 10:10 by juckins