Table of Contents

Fog Upgrade

Basic Process

  1. backup mysql db from old server
    mysqldump fog > fog.sql
  2. install fog in new server
  3. import old sql data
    mysql fog < fog.sql
  4. check the following settings and config files

Settings to check

Config files to Check