Replies: 2 comments 10 replies
-
|
The "backwards compatibility" in Flipt v2 refers to API and SDK compatibility, not backend storage. Flipt v2 no longer supports mutable S3 or database backends as in v1. Instead, v2 is Git-centric: mutable flag changes via the UI/API are only supported with Git backends (and merge/pull-request workflows require a paid plan). S3 and object storage are now read-only in v2, so you can't switch flags through the UI/API with those backends anymore. If you're migrating from v1 with an S3 or DB backend, the recommended path is to export your v1 data (using To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Flipt v1 is only mutable with relational database backend. All other backends like git, oci, blob storage are readonly in Flipt v1. In Flipt v2 you have only git storage backend and you can modify it using Flipt UI or v2 API. And this is available in OSS (free) version. It also has streaming support for Flipt client side sdks in OSS version as well. Backwards compatibility means that you could export snapshot file from Flipt v1, put it into correct spot in your git repo, configure and run Flipt v2 instance and use it for flag evaluation without changes in your codebase. Paid version just has some features like git commit signing, Vault support as a secret provider and some other things which were not implemented in Flipt v1 but were part of Flipt Cloud product. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
On the main page of Flipt.io there's a statement:
Seeing that sparked joy, as my team use Flipt v1 in production, backed by an S3 bucket.
v1 gave a few options of mutable (flags switchable through Flipt interface) backends. Now I only see git, and its mutable version is only available in the paid plan.
So, how is it with this "maintaining backwards compatibility with v1"?
Beta Was this translation helpful? Give feedback.
All reactions