https://www.orchest.io/ logo
r

Rick Lamers

12/23/2020, 6:26 PM
Hi everyone! We just released another big version. This time, most of the changes are under the hood. But it should improve performance by a lot across the board. A quick overview: • Rework of permissions across containers for the 
userdir/
 - massive increase in performance (no more daemon ). • Individual SQLite databases merged into central Postgres service - improved concurrency across services. • Introduced migrations for schema changes to improve updating experience. • Improved Orchest SDK robustness in error handling. • Various small fixes and changes. Update to v0.4.1 Because of the changes, some of you might experience permission issues with the userdir/. To fix them please run the following command (from the
orchest/
repo directory):
Copy code
sudo chown -R $USER:$USER userdir/
sudo chmod -R g+rwxs userdir/
Happy holidays everyone! 🎄
🙌 1