v4.10.0 #2357
Replies: 1 comment 2 replies
-
|
While it's nice to see easy setup for beginners, i really dislike it when projects use a cli to start and manage docker compose stacks… it makes it really painful to use them in a GitOps environment and makes it impossible to use a supported install method on Kubernetes. In my case, I have all my services in git repos which then are used as submodules in a master repo, more or less automating my deployments… and i plan on migrating everything to a self hosted kubernetes. I do appreciate that external services are still supported as first class citizens (my Ceph/RadosGW is a different level of service than a bundled Garage). However, as someone that paid for the self-hosted license, i would really appreciate that a plain Docker image is still also a fully supported installation method and does not have braking changes in environment variables for example. I would prefer a proper Helm chart bundling al the dependencies than a cli tool. Element Server Suite does this exceptionally well: their "beginner" installation guide is using k3s and guiding the user to install the helm chart, while still allowing experienced or professional users to run it according to DevOps best practices. Is this still the case, or is everyone expected to use the rallly CLI now?. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
🚀 Introducing the Rallly CLI
This is the first version of Rallly that supports the new Rallly CLI, which installs and manages your instance as a fully bundled stack (app + PostgreSQL + Garage object storage + Traefik reverse proxy with automatic Let's Encrypt).
curl -fsSL https://get.rallly.co | bashThe installer walks you through configuration, generates secrets, and brings everything up. Day to day operations go through:
📖 Installation guide · Management guide · Migration guide
Important
If you're already running a self-hosted instance and would like to migrate to the new Rallly CLI, follow the migration guide.
✨ New Features
🐛 Bug Fixes
⚡ Performance
Full Changelog: v4.9.2...v4.10.0
This discussion was created from the release v4.10.0.
Beta Was this translation helpful? Give feedback.
All reactions