oxid-console icon indicating copy to clipboard operation
oxid-console copied to clipboard

Alias / DB-Sync like drush for Drupal

Open zuernBernhard opened this issue 7 years ago • 1 comments

Hi,

drush console for Drupal has the cool feature of aliases so you can for example run sql-sync

drush sql-sync @prod @self

to export the database on your production instance and import locally without having to ssh into the remote by hand and run mysql, gzip, scp and so on. Is it possible to get something like this into the oxid console ?

zuernBernhard avatar Oct 04 '17 09:10 zuernBernhard

Hi @zuernBernhard, I think for such tasks you can write your own command

ddpkts avatar Oct 04 '17 13:10 ddpkts