You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will have a look today probably at night... I am stuck with some other project that pays my soup :) anyway i add you to the project in case you want to change something...
When I can restore db - I get error
file_get_contents(X:\domains\site.yii\backend/_backup/): failed to open stream: No such file or directory
because path to file is not correct
X:\domains\site.yii\backend/_backup/
need
X:\domains\site.yii\backend_backup\
fix it here https://github.com/open-ecommerce/yii2-backuprestore/blob/master/controllers/DefaultController.php#L29
and add here
https://github.com/open-ecommerce/yii2-backuprestore/blob/master/Module.php#L7
public $path
The text was updated successfully, but these errors were encountered: