Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

v1.2.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheMarstonConnell TheMarstonConnell released this 22 Apr 18:28
· 47 commits to main since this release
b4273ee

v1.2.0 Beta

This upgrade brings huge performance improvements with reading and writing files to disk.

@dahn510's overview:

Storage server no longer breaks up files into chunks (0.jkl, 1.jkl ... n.jkl) and writes them into hard drive .
This improves cpu and memory usage especially on serving download requests as it no longer has to put all of split files back into its original form in memory before the file is sent to the user.
There are few optimizations on postproof and strays.

‼️‼️‼️ IMPORTANT ‼️‼️‼️

All storage providers must migrate before turning their machine back on.

Upgrade workflow is as follows:

  1. Turn provider off
  2. Download and install v1.2.0
  3. Run jprovd migrate --prune and follow the prompts (if using a custom --home flag please use it for migration as well, you can also pass -y to skip confirmation)
  4. Turn the provider back on

What's Changed

  • add skip confirmation flag to prune and migration cmd by @dahn510 in #155

Full Changelog: v1.2.0-beta.5...v1.2.0-beta.6