Re: Linux Command Line Help
The database name is 'sugarcrm'. So, the dump of the db should look like this:
cd ~/
mysqldump sugarcrm > sugarcrm.sql
That will move you to the root user's home directory and produce a file called sugarcrm.sql that is your backup dump.
You can then get the dump off of the system by using scp, or secure copy. Putty should let you do that by browsing the filesystem to /root/ and you should see the sugarcrm.sql file for download.
You may want to save the /usr/share/sugarcrm/config.php file as well just as a reference of your config.
Nathan Thomas
Sugar Appliance Maintainer
Bookmarks