Replies: 1 comment
-
|
Updated via PR #45327. See docker/CHANGELOG.md for more information. |
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.
-
What's Changing?
The week of June 1, 2026, the
analytics(Logflare) andvectorservices will be removed from the defaultdocker-compose.ymland moved into an opt-in overlay file:docker-compose.logs.yml(PR #45327).The default
docker compose up -dwill start a leaner stack without log aggregation. To keep using Logs Explorer in Studio, you'll need to include the overlay:The base
docker-compose.ymlwill also setENABLED_FEATURES_LOGS_ALL: falseon Studio by default, so the Logs menu item won't appear in the UI unless you bring up the overlay.Why?
analyticsorvector.Am I Affected?
You are affected if all of the following are true:
./dockerdirectorymasterwithout overriding the compose invocationYou are not affected if you:
supabase start) - it's a different deployment optionanalyticsandvectorsilently going away)What Should I Do?
If you use Logs Explorer
Add the overlay to your
docker composeinvocation:You'll need to include both
-fflags on everydocker composecommand (up,down,logs,ps, etc.) for the overlay to apply consistently. If that's inconvenient, setCOMPOSE_FILE=docker-compose.yml:docker-compose.logs.ymlin your.envand the flags become implicit.If you don't use Logs Explorer
No action needed. Pull the new compose files and
docker compose up -dwill just work, with a smaller resource footprint. Existinganalyticsandvectorcontainers and their volumes will stop being managed - you can remove them once you've confirmed the stack is healthy:Rollout
Beta Was this translation helpful? Give feedback.
All reactions