08/10
2015
Module to rule your yandex metrika counters.
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require --prefer-dist octoweb/yii2-db-dump "*"
or add, (*3)
"octoweb/yii2-db-dump": "*"
to the require section of your composer.json
file., (*4)
Once the extension is installed, simply activate module in config file:, (*5)
[ 'backup' => [ 'class' => 'octoweb\DbDump\Module', ], ], ...... ?>
Once the extension is installed, simply activate module in config file:, (*6)
[ 'backup' => [ 'class' => 'octoweb\DbDump\Module', ], ], ...... ?>
Console create, (*7)
yii backup/console/create
cron, (*8)
php /public_html/yii backup/console/create >> /public_html/log/crond_error.log 2>&1