2017 © Pedro Peláez
 

library data-transfer-bundle

Console Commands to easily transfer live data (database + files) to another environment

image

kuborgh/data-transfer-bundle

Console Commands to easily transfer live data (database + files) to another environment

  • Thursday, January 19, 2017
  • by kuborgh-hgiesenow
  • Repository
  • 13 Watchers
  • 2 Stars
  • 267 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

data-transfer-bundle

This is a bundle to provide easy transfer of server data (database + files) to the client. It can be used in plain symfony projects or for ezpublish >= 5.x, (*1)

INSTALLATION

1. Composer

Install the dependency via composer., (*2)

composer require kuborgh/data-transfer-bundle

2. Configuration

Import configuration into main config (app/config/config.yml). Add the following line, (*3)

imports:
    - {resource: @DataTransferBundle/Resources/config/parameters.yml}

into your config.yml, (*4)

3. Register Bundle

Add the bundle in app/AppKernel.php, (*5)

$bundles[] = new Kuborgh\DataTransferBundle\DataTransferBundle();

4. Configuration

  • Adapt configuration (parameters.yml + parameters.yml.dist) to your project's needs (Server, Path, siteaccess, ...)

Configuration

See Resources/config/parameters.yml for details, (*6)

Usage

To transfer database+files from the remote server to your develop environment simply call., (*7)

php app/console data-transfer:fetch

NOTE: The bundle must be already deployed on the remote side in order to work., (*8)

To limit the transfer to database or files only, use, (*9)

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

or, (*10)

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

The Versions

19/01 2017

dev-master

9999999-dev https://github.com/kuborgh/data-transfer-bundle

Console Commands to easily transfer live data (database + files) to another environment

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Giesenow

database library command files transfer

09/12 2015

v1.0.3

1.0.3.0 https://github.com/kuborgh/data-transfer-bundle

Console Commands to easily transfer live data (database + files) to another environment

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Giesenow

database library command files transfer

13/11 2015

v1.0.2

1.0.2.0 https://github.com/kuborgh/data-transfer-bundle

Vendor Library to easily transfer live data to a developer environment

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Giesenow

library

13/11 2015

dev-stmllr-db-arguments

dev-stmllr-db-arguments https://github.com/kuborgh/data-transfer-bundle

Vendor Library to easily transfer live data to a developer environment

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Giesenow

library

23/09 2014

v1.0.1

1.0.1.0 https://github.com/kuborgh/data-transfer-bundle

Vendor Library to easily transfer live data to a developer environment

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Giesenow

library

04/09 2014

v1.0.0

1.0.0.0 https://github.com/kuborgh/data-transfer-bundle

Vendor Library to easily transfer live data to a developer environment

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Giesenow

library