mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Default to mariadb for existing installs
This commit is contained in:
@@ -41,7 +41,7 @@ class Upgrade extends Install
|
||||
Console::log(' └── docker-compose.yml');
|
||||
Console::exit(1);
|
||||
}
|
||||
$database = System::getEnv('_APP_DB_ADAPTER', 'mongodb');
|
||||
$database = System::getEnv('_APP_DB_ADAPTER', 'mariadb');
|
||||
parent::action($httpPort, $httpsPort, $organization, $image, $interactive, $noStart, $database);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user