akuma/db-manager-tool

dev-master 2017-07-15 17:08 UTC

This package is auto-updated.

Last update: 2024-04-05 23:34:38 UTC


README

Limitations

  • Supports only Symfony 2/3 projects

Installation

    composer global require akuma/db-manager-tool:dev-master

CLI Commands

  • akuma-dbm snapshot:dump - creates database snapshot for given connection with optional suffix
    • connection is connection name to be dumped (OPTIONAL, Default: null)
    • id is suffix for dump name (be used for restore command) (OPTIONAL, Default: current date)
  • akuma-dbm snapshot:restore - restores database snapshot for given connection with optional suffix
    • connection is connection name to be dumped (OPTIONAL, Default: null)
    • id is suffix for dump name (be used for restore command) (REQUIRED)