|
How to Backup Drupal
1. Backup your website files . You'll need to connect with an FTP Program to grab copies of all of your Drupal files to store on your computer. Download everything inside your Drupal installation directory. ![]() 2. Backup your database. Log in to your database with PhpMyAdmin. Your username should be your domain name (without the 'www'), and the password is your account password. If you are unsure about the Drupal username, you will be able to find it in the drupal_folder/sites/default/settings.php file. 3. Select your database from the left menu, and then the Export tab. ![]() ![]() 4. Click the Save as file option at the bottom, zipped compression, and then click Go. It may take a few minutes for the backup file to be generated, so please be patient. ![]() |