Export Linux Database to Upgrade to Hosted Service

Export Linux Database to Upgrade to Hosted Service

Before exporting your database you'll need to upgrade to the latest version here. After updating, you'll need to open a Linux shell prompt and run this command:

mysqldump -u[username] -p[password] nolapro>nolapro.sql

Don't include brackets of course. In most cases the [username] would be root. If no password you can just leave -p blank - for example:

mysqldump -uroot nolapro>nolapro.sql

Once you extract the nolapro.sql, you can compress it via .tgz, .tar, or .zip and email it to us at support@nolapro.com. A simple command is:

tar czf nolapro.tgz nolapro.sql

We will then upload your file to your hosted site upon sign-up.