classroombookings doesn't have a built-in process for moving an installation to another server but it can be done manually.

On the original server:

  • Backup/export the database to a .sql file (using mysqldump or other database tool).
  • Make a copy of all folders and files in the classroombookings folder.

On the destination server (once it has been set up to meet the requirements):

  • Create a database and user (similar to the installation process).
  • Import the .sql file you created in the steps above (using the mysql command or other database tool).
  • Place the files in the classroombookings folder.
  • Reset file/folder permissions, if necessary.
  • Edit the local/config.php file:
    • Update the database credentials for your new database.
    • Update the URL, if it has changed.