diff --git a/src/Appwrite/Platform/Tasks/Upgrade.php b/src/Appwrite/Platform/Tasks/Upgrade.php index 36e35b8949..f49674896e 100644 --- a/src/Appwrite/Platform/Tasks/Upgrade.php +++ b/src/Appwrite/Platform/Tasks/Upgrade.php @@ -42,7 +42,7 @@ class Upgrade extends Install string $interactive, bool $noStart, string $database, - bool $migrate = true, + bool $migrate = false, ): void { $this->isUpgrade = true; $this->migrate = $migrate;