Download the PHP package beaten-sect0r/yii2-db-manager without Composer
On this page you can find all versions of the php package beaten-sect0r/yii2-db-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download beaten-sect0r/yii2-db-manager
More information about beaten-sect0r/yii2-db-manager
Files in beaten-sect0r/yii2-db-manager
Package yii2-db-manager
Short Description The db dump manager module for Yii2
License BSD-3-Clause
Informations about the package yii2-db-manager
Yii2 DB manager
Click on a :star:!
MySQL/PostgreSQL Database Backup and Restore functionality
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Configuration
Once the extension is installed, simply add it in your config by:
Basic
Advanced
Simple config
Advanced config
Console config
Make sure you create a writable directory named backup on app root directory.
Usage
Pretty url's
No pretty url's
Console usage
-
db component, default value:
db
-
gzip archive
-
file storage
- file name, default last dump
Create dump
Restore dump
Deleting all dumps
Test database connection
Changelog
- Flysystem support
- Console support
- Multiple database management
- Ability for customize dump and restore options; dump and restore processors
- Ability for run operations asynchronously
- Ability for compressing dumps
All versions of yii2-db-manager with dependencies
yiisoft/yii2-bootstrap Version *
symfony/process Version 2.8.*|3.*|4.*
creocoder/yii2-flysystem Version *