Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 19692f5

Browse files
committed
Updated code for linked_post_snapshot
1 parent 2342827 commit 19692f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/pluginops/pluginops.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -428,14 +428,12 @@ def linked_post_snapshot(staged_source,repository,source_config,snapshot_paramet
428428
dSourceType = staged_source.parameters.d_source_type
429429
if dSourceType == "Replication":
430430
logger.debug("dSourceType is Replication. We will leave the Staging Host running")
431-
start_staging(staged_source,repository,source_config)
432431
elif dSourceType == "Manual Backup Ingestion":
433-
logger.debug("dSourceType is Manual Backup Ingestion")
434-
start_staging(staged_source,repository,source_config)
432+
logger.debug("dSourceType is Manual Backup Ingestion")
435433
else:
436-
logger.debug("dSourceType is Simple Tablespace Copy")
437-
start_staging(staged_source,repository,source_config)
434+
logger.debug("dSourceType is Simple Tablespace Copy")
438435

436+
start_staging(staged_source,repository,source_config)
439437
logger.debug(snapshot_parameters)
440438
mount_path=staged_source.parameters.mount_path
441439
snapshot = SnapshotDefinition(validate=False)

0 commit comments

Comments
 (0)