RhodeCode rcstack v5.5.0 Release

Published on December 28, 2023, by Kate Kovbii


Hi All,

We just released v5.5.0 of rcstack, the RhodeCode installer that replaces rccontrol.

In this version, we're improving three major things:

  • cli is now fine-tuned to make the reading process from the .runtime.env file error-prone. To further empower our users, we've implemented a proactive warning system. If it detects any errors during the reading process, the system will display a proper warning.

  • stack-upgrade process order is changed to optimize the overall performance. Now sshd code should go before svn for faster and more reliable upgrade.

  • backup issue with commands that processed just the last volume instead of all is resolved. Now, you can be sure that all relevant data is properly backed up.

We also included some backup, build, dev-tools, and other fixes and improvements. You can see the whole list in our detailed release notes.

As always, the update process is a simple one-liner type:
./rcstack self-update && ./rcstack stack-upgrade rhodecode

New to rcstack? Check:

Yours performantly,
The RhodeCode team