Migrating To New Server

To migrate to a different server, follow below instructions without skipping any steps, otherwise you might lose some data or migrated site might not work properly.

  1. Zip all files and folders inside main site directory using your server's cpanel.
  2. Open phpMyAdmin (or another database manager your hosting is using) and export site database.
  3. On your new server, open phpMyAdmin, create a new database and import the SQL file.
  4. Upload and extract site files you've compressed in step 1.
  5. Open .env file in main site directory and update your site url and database credentials.