mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
varlibmysql
This commit is contained in:
@@ -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=
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user