Open yoavain-sundaysky opened 2 years ago
Looking at the code, it seems that you use extract-zip
in the old callback-style API, which is deprecated as of version 2.0.0
https://github.com/maxogden/extract-zip/releases/tag/v2.0.0
Is the callback pattern causing the problem?
Right, they changed the callback api to a promise api. so the callback passed as the 3rd parameter is never called.
Any update on this?
I'm running the command
Every time there's a new version, the migrate (or any other command) does not complete after the download finishes. When running the command again, the migrate is completed. As a workaround, we run
flyway info
before the migrate.You can reproduce this by setting in the config file a version other than the one currently installed. E.g.:
(Or by deleting the content of the jlib folder)
Environment:
1st run log:
2nd run log: