User Tools

Site Tools


ubuntu:fog_upgrade

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ubuntu:fog_upgrade [2014/02/27 10:06]
tschulz [Settings to check]
ubuntu:fog_upgrade [2014/02/27 10:15] (current)
tschulz
Line 1: Line 1:
 ====== Fog Upgrade ====== ====== Fog Upgrade ======
 +
 +===== Basic Process =====
 +  - backup mysql db from old server<​file>​
 +mysqldump fog > fog.sql
 +</​file>​
 +  - install fog in new server
 +  - import old sql data<​file>​
 +mysql fog < fog.sql
 +</​file>​
 +  - check the following settings and config files
  
 ===== Settings to check ===== ===== Settings to check =====
Line 5: Line 15:
   * **FOG_TFTP_HOST** and **FOG_WEB_HOST**   * **FOG_TFTP_HOST** and **FOG_WEB_HOST**
   * Storage node config: **path**, **ip**, **username**,​ **password**,​ etc.   * Storage node config: **path**, **ip**, **username**,​ **password**,​ etc.
 +
 +===== Config files to Check =====
 +  * **/​etc/​ftpusers**
 +  * **/​etc/​exports**
 +
  
  
  
ubuntu/fog_upgrade.1393517170.txt.gz · Last modified: 2014/02/27 10:06 by tschulz