Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 413 Bytes

DOC.md

File metadata and controls

21 lines (14 loc) · 413 Bytes

Usage

To transfer database+files from the remote server to your develop environment simply call.

php app/console data-transfer:fetch

NOTE: The bundle must be already deployed on the remote side in order to work.

To limit the transfer to database or files only, use

php app/console data-transfer:fetch --db-only

or

php app/console data-transfer:fetch --files-only