WebMail Lite Documentation

Moving installation to another server

It is possible to move WebMail Lite installation to a different server by performing the following steps.

  1. Export full structure and content of MySQL database used by WebMail Lite, tools like phpMyAdmin can do that for you.

  2. On a new server, create the database for use with WebMail Lite and import structure and content into it.

  3. Copy all the directories and files of WebMail Lite installation to a new server.

  4. Make sure database connection details are supplied correctly, you can adjust those in admin interface or by editing data/settings/config.json file directly.

  5. Make sure data directory is set recursively writeable by webserver on the new installation.