To take sql dump using drush command,
drush sql-dump > /path/to/backup_dir/database-backup.sql
drush sql-dump > /path/to/backup_dir/database-backup.sql
Use below command to ignore warnings while generating report. phpcs -n /path_to_directory/ The above command will result only errors and ig...
No comments:
Post a Comment