Fork me on GitHub

Working with databases

If you need to dump remote database, and download this dump to local backups/ folder, run:

cap database:dump:remote

If you need to dump local database, and put this dump to local backups/ folder, run:

cap database:dump:local

If you need to dump remote database, and populate this dump on local machine, run:

cap database:copy:to_local

If you need to dump local database, and populate this dump on remote server, run:

cap database:copy:to_remote

Found a typo? Something is wrong in this documentation? Just fork and edit it !