Versions Compared

Key

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

...

Importing from Blesta 2.5

  1. Make sure you have completed the Initial Steps for Migrating to Blesta.
  2. Stop the cron job running for your Blesta 2.5 installation.
  3. Put the system Blesta 2.5 into maintenance mode to prevent client logins by visiting Settings > General > Maintenance Mode.
  4. Back up all the your Blesta 2.5 files. You can do this via an FTP program, or via a shell by running: zip -r backup.zip /path/to/installation/*
  5. Back up the your Blesta 2.5 database. You can do this through a database manager like PHPMyAdmin using the "Export" feature, or with the mysqldump shell command by running: mysqldump -u database_username -p database_name > backup.sql and entering your database password when prompted.

...