Skip to content

Commit f17aed7

Browse files
committed
added database:dump:* tasks documentation * new contributor
1 parent 5756766 commit f17aed7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ Now, whenever you need to deploy a new version of your code, just run:
8080
Databases
8181
---------
8282

83+
If you need to dump remote database & download this dump to local `backups/` folder, run:
84+
85+
cap database:dump:remote
86+
87+
If you need to dump local database & put this dump to local `backups/` folder, run:
88+
89+
cap database:dump:local
90+
8391
If you need to dump remote database & populate this dump on local machine, run:
8492

8593
cap database:move:to_local
@@ -127,3 +135,4 @@ Contributors
127135

128136
* everzet (owner): [http://github.com/everzet](http://github.com/everzet)
129137
* Travis Roberts (creator of improved version): [http://blog.centresource.com/author/troberts/](http://blog.centresource.com/author/troberts/)
138+
* Arlo (contributor): [http://github.com/arlo](http://github.com/arlo)

0 commit comments

Comments
 (0)