fix(core): stopping database is not disabling db proxy
This commit is contained in:
@@ -30,7 +30,6 @@ class StopDatabaseProxy
|
||||
}
|
||||
instant_remote_process(["docker rm -f {$uuid}-proxy"], $server);
|
||||
|
||||
$database->is_public = false;
|
||||
$database->save();
|
||||
|
||||
DatabaseProxyStopped::dispatch();
|
||||
|
Reference in New Issue
Block a user