User Guide & Reference Manual

Migration

To migrate your Hero installation from one server to another, simply do the following:

If you are changing your domain, submit a support ticket with your license # and new domain so that it can be updated.
Make sure your new server meets all the Server Requirements.
  1. Copy all files and folders to the new server. Note that certain files like those in /writeable and /app/config will only exist on your server unless
  2. you have downloaded them locally. Be sure to copy .htaccess to the new server as well.

  3. Set the permissions of all files/folders in /writeable as writeable (e.g., CHMOD 0755, or CHMOD 0777 for some servers).
  4. Modify /app/config/config.php with your new base_url.
  5. Migrate your database and make note of your new database information.
  6. Modify /app/config/database.php with your new database information.