mmarschall/s3db-backup

load can't run twice without touching the downloaded file

mmarschall opened this issue · 0 comments

In 0.6.4 the load task is unzipping the dump. Because of that you can't run load twice without either fetching the dump again or zipping it manually before running load.

The dump should be unzipped by fetch instead. That way we can run load multiple times on the same dump without manual intervention.