User Tools

Site Tools


ubuntu:fog_upgrade

Differences

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

Link to this comparison view

Next revision
Previous revision
ubuntu:fog_upgrade [2014/02/27 10:05]
tschulz created
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 =====
-  * fog lftp password and username +  * fog lftp **password** and **username** 
-  * FOG_TFTP_HOST and FOG_WEB_HOST +  ​* **FOG_TFTP_HOST** and **FOG_WEB_HOST** 
-  * Storage node configpath, ip, username, password, etc.+  * Storage node config: **path****ip****username****password**, etc. 
 + 
 +===== Config files to Check ===== 
 +  * **/​etc/​ftpusers** 
 +  * **/​etc/​exports** 
  
  
  
ubuntu/fog_upgrade.1393517142.txt.gz · Last modified: 2014/02/27 10:05 by tschulz