EXPORT and IMPORT Drupal DATABASE with DRUSH command
Drush is the ultimate tool for Drupal and it does a great job in situations where we want to import or export our Drupal database with "drush sql-cli" and "drush sql-dump" commands.
Resolve Drupal Git Error: unable to unlink old (Permission denied)
One of the most common errors you might get while working with Drupal on local is "error: unable to unlink old...". Now let's go through this scenario and see why it happens and how to fix it.