Skip to content

0.5.0

Compare
Choose a tag to compare
@FlipperPA FlipperPA released this 18 Jan 22:24
· 6 commits to main since this release
  • Passes any runtime errors from command invocation back to the shell as an exit status.
  • Support parallelization with the --jobs parameter. This can have a drastic impact on performance.
    • On a benchmark test, this reduced the backup time from 47 minutes to 6 minutes when running with --jobs=8.
    • Be aware that this will also open 8 connections to your database, and will impact the performance of the targeted database.