Download the PHP package gorgo13/database-snapshot-bundle without Composer
On this page you can find all versions of the php package gorgo13/database-snapshot-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package database-snapshot-bundle
Oro Database Snapshot Bundle
Limitations
- Database user should have rights for DROP & CREATE DATABASE
- PHP environment should allow to use "putenv" function
Installation
If you are using it within Oro Application, you should follow next manual
If you are using it not with Oro Products then you additionally must register bundle at AppKernel
Configuration
If you have custom paths for database engine binaries then you can override them at config
CLI Commands
If your application have "Doctrine Bundle" then you able to use following commands
doctrine:connections
- displays the list of all registered connections within applicationoro:database:snapshot:dump
- creates database snapshot for given connection with optional suffixconnection
is connection name to be dumped (OPTIONAL, Default: null)id
is suffix for dump name (be used for restore command) (OPTIONAL, Default: current date)
oro:database:snapshot:restore
- restores database snapshot for given connection with optional suffixconnection
is connection name to be dumped (OPTIONAL, Default: null)id
is suffix for dump name (be used for restore command) (OPTIONAL, Default: current date)
All versions of database-snapshot-bundle with dependencies
PHP Build Version
Package Version
The package gorgo13/database-snapshot-bundle contains the following files
Loading the files please wait ....