Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You may find yourself in a situation where you need to move HostBill from one domain/server to other, or simply to put it in subdomain. You can easily do so by following steps below:

...

Copy all HostBill files from your current location to the new one, make sure to set proper CHMODs after moving:

...

Moving database

...

Once all files are in the new location its it's time to move the database.

  • Create dump of your current HostBill database using your control panel of choice, phpmyadmin or mysqldump command.
  • Create database at the new location and use your backup to fill its contents

Once the database is in place make sure to update /includes/config.php in your new HostBill location to match the new database access details

...

...