fix(core): stopping database is not disabling db proxy

This commit is contained in:
Andras Bacsai
2025-02-03 21:23:43 +01:00
parent 0ff7c468c8
commit 2a03544593

View File

@@ -30,7 +30,6 @@ class StopDatabaseProxy
}
instant_remote_process(["docker rm -f {$uuid}-proxy"], $server);
$database->is_public = false;
$database->save();
DatabaseProxyStopped::dispatch();