From 90e9e5e7fd8a0f19d3c72eeafe05ba1e65e1f036 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 16 Oct 2022 11:49:12 +0545 Subject: [PATCH] Update app/http.php Co-authored-by: Eldad A. Fux --- app/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http.php b/app/http.php index 87a2fccd29..fe0778bb15 100644 --- a/app/http.php +++ b/app/http.php @@ -96,7 +96,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) { Console::success('[Setup] - Creating database: appwrite...'); $dbForConsole->create(App::getEnv('_APP_DB_SCHEMA', 'appwrite')); } catch (\Exception $e) { - Console::error('Failed to create database: ' . $e->getMessage()); + Console::success('[Setup] - Skip: metadata table already exists'); } if ($dbForConsole->getCollection(Audit::COLLECTION)->isEmpty()) {