2017 © Pedro Peláez
 

library db-manager-tool

image

akuma/db-manager-tool

  • Saturday, July 15, 2017
  • by inri13666
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Akuma Database Management Tool

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)

The Versions