varlibmysql

This commit is contained in:
fogelito
2023-08-06 21:50:05 +03:00
parent 66228a2462
commit d730b41b5f
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -84,5 +84,3 @@ _DO_SPACES_BUCKET_NAME=backups-v1
_DO_SPACES_REGION=fra1
_DO_SPACES_ACCESS_KEY=
_DO_SPACES_SECRET_KEY=
_DO_SPACES_ACCESS_KEY=
_DO_SPACES_SECRET_KEY=
+1
View File
@@ -38,6 +38,7 @@ class Restore extends Action
public function action(string $id, string $cloud, string $project, string $datadir): void
{
// todo? why do we need to pass it as variable?
$datadir = '/varlibmysql';
if (!file_exists($datadir)) {