v5.0.0 #735
deleteLater
announced in
Announcements
v5.0.0
#735
Replies: 2 comments
-
🚀 Upgrade Guide: Migrating from v4.x to v5.0This guide outlines the necessary environment variable changes when upgrading your deployment from version 4.x to 5.0. Standard VersionUpdate the environment variables for your services as follows: API Service & Evaluation Server Service
Data Analytics Service
Professional VersionUpdate the environment variables for your services as follows: API Service & Evaluation Server Service
Data Analytics Service
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
TODO
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 FeatBit v5.0: PostgreSQL Support & Standalone Deployment
Starting with v5.0, you can use PostgreSQL as both your database provider and message queue provider, which enables our new FeatBit Standalone Version, allowing you to run FeatBit with only PostgreSQL, offering you more flexibility in your deployment choices.
It's perfect for simpler setups and reducing infrastructure overhead.
What's Changed
Breaking Changes
Environment Variables
The
IS_PROenvironment variable is removed and you must now configure the following environment variables for the specified services:DbProvider,MqProvider,CacheProviderDbProvider,MqProvider,CacheProviderDbProviderCheck the documentation for more details.
Data Analytics Service
The Data Analytics Service no longer requires or uses Redis, so you can safely remove any Redis-related configuration variables you previously set for it.
Full Changelog: 4.2.1...5.0.0
This discussion was created from the release v5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions