yii2-db-manager
yii2-db-manager copied to clipboard
Database Backup and Restore functionality
When trying to get the help for the yii2 console commands on a server, I ran this: ```sh $ yii help ``` and was greeted with this error message: >...
php service in one container, mysql service in another container, Use your code , in php container cant use `mysqldump` to backup db? Please to improve,thank you !
As a developer I want to store my dump file with a custom name, for example I want to execute: ``` php yii dump/create -db=db -s -f=database/backups/backup.sql ``` and get:...
As a developer, I want to also be able to back up my `MongoDB` databases.
I need to backup my database and a directory with pdf files that are referenced from the database. How can this be done using this excellent extension?
How use customDumpOptions in console mode
Some times , we not need dump all tables of db, just dump some tables? May be ?
Можно ли реализовать такую возможность? Запомнить это, как пресет. Аналогия из SypexDumper
Есть необходимость сделать определенные действия после бекапа. Например 1. Есть два сайта со схожей стуктурой бд. 2. На первом через крон делается бекап одинаковых твблиц #6 3. Затем запускается процесс...