fix(engine): update logical dump flow to start existing dump container (#383)
Compare changes
@@ -13,7 +13,6 @@ import (
@@ -95,54 +94,37 @@ func (ui *UIManager) Run(ctx context.Context) error {
Updated logic for logicalDump job to check if dump container is already present start it
dblab_ld_xxx
container:
dblab_server
and dblab_ld_xxx
containerdblab_server
dblab_server
, dblab_ld
container was identified and started:
Closes #383 (closed)