oxid-console
oxid-console copied to clipboard
Alias / DB-Sync like drush for Drupal
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 ?
Hi @zuernBernhard, I think for such tasks you can write your own command