-
Notifications
You must be signed in to change notification settings - Fork 0
Drush Commands
Willi edited this page Aug 13, 2018
·
3 revisions
DB dump ziehen:
drush @<alias> sql-dump > ~/Desktop/<name>.sql
DB dump importieren:
drush sql-cli < ~/Desktop/<name>.sql
DB syncen:
drush sql-sync @<source> @<target>
Maintenance Mode:
D8: drush sset system.maintenance_mode 1 && drush cr
D7: drush vset maintenance_mode 1 && drush cc all
Update Translation
drush locale-update && drush cr
- Drupal
- Theming
- Drush
- Updates
- GIT