First, you need to find out the name of the database that SugarCRM is using. You only need to do this once (as long as you remember or write down the name of the database – it will never change).
To find out the name of the database log in to your SugarCRM system using your administrator details.
Then, click on admin at the top of the screen.
Scroll down to the “System” section then click on the Diagnostic Tool option.
Unselect all options except for the “SugarCRM config.php” one – the config.php file has all sorts of information about how the SugarCRM system works.
Then, click on the Execute Diagnostic button. This will do the diagnostic and ask you to download the Diagnostic File.
Click the link to download the Diagnostic File.
The Diagnostic File is a ZIP file. Once downloaded to your computer, open it and you will see one file inside, the “config.php” file.
Open the “config.php” file in a text editor and look for the section that starts with “dbconfig”. This is the part that tells SugarCRM where the database is and how to connect to it. The “db_name” bit contains the name of the database used by SugarCRM. The name may be different for each installation, but will never change.
Now that you know the name of the database, you can track it down and make a backup of it. This can be done through your hosting provider's cPanel, phpMyAdmin, or done manually by your system administrator.
Click the link to download the Diagnostic File.
The Diagnostic File is a ZIP file. Once downloaded to your computer, open it and you will see one file inside, the “config.php” file.
Open the “config.php” file in a text editor and look for the section that starts with “dbconfig”. This is the part that tells SugarCRM where the database is and how to connect to it. The “db_name” bit contains the name of the database used by SugarCRM. The name may be different for each installation, but will never change.
Now that you know the name of the database, you can track it down and make a backup of it. This can be done through your hosting provider's cPanel, phpMyAdmin, or done manually by your system administrator.