Skip to content

Fix resume-cdc.sh to append logs to migration.log#51

Open
teknogeek0 wants to merge 1 commit intomainfrom
fix/resume-cdc-log-file
Open

Fix resume-cdc.sh to append logs to migration.log#51
teknogeek0 wants to merge 1 commit intomainfrom
fix/resume-cdc-log-file

Conversation

@teknogeek0
Copy link
Copy Markdown
Contributor

Summary

  • resume-cdc.sh was writing to a new timestamped file (resume-cdc-YYYYMMDD-HHMMSS.log) on each run, so tee -a never actually appended to an existing log
  • Changed to use migration.log, consistent with run-migration.sh and resume-migration.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant