Knowledgebase
NolaPro CS > NolaPro CS Support Desk > Knowledgebase

Export Linux Database to Upgrade to Hosted Service

Solution

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.

 
Was this article helpful? yes / no
Article details
Article ID: 30
Category: Hosted NolaPro
Date added: 2010-02-11 15:41:10
Views: 1035
Rating (Votes): Article rated 3.1/5.0 (31)

 
« Go back