lavmeiker / capistrano-wpcli

Provides command line tools to facilitate Wordpress deploy.
MIT License
117 stars 34 forks source link

Implements wpcli:db:export task #27

Closed davestevens closed 9 years ago

davestevens commented 9 years ago

Creates a new task within the wpcli:db namespace which copies the remote database to the local machine.

Also includes the option for exporting the remote database before a db:push by setting the backup_dir argument.

lavmeiker commented 9 years ago

+1

jeremyzahner commented 9 years ago

@davestevens Would you mind forking the milestone branch (lux) and evaluate the functionality?

jeremyzahner commented 9 years ago

This is pushed to the lux branch right now.

See the documentation for the new feature.

Will release it shortly.