Replies: 2 comments 4 replies
-
|
Yeah, it is very unusual that new versions haven't released on this repo since May because documentation says
If their policy changed, I don't see that is reflected anywhere. At least to my knowledge. An update on current state of self-hosting would be very appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've updated the docs a little bit over the last few months, check the following: |
Beta Was this translation helpful? Give feedback.
4 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.
-
Title
Best practices for keeping self-hosted Supabase deployments current when official docker-compose.yml lags behind latest releases
Description
I'm running a self-hosted Supabase deployment and trying to establish the best update strategy. I've noticed that the official
docker/docker-compose.ymlin this repository often contains older versions compared to the latest releases available on Docker Hub.Current Situation
Questions
Version Coordination: Is there a specific reason why the docker-compose.yml versions lag behind the latest Docker Hub releases? Are these older versions the "stable/tested" versions for coordinated deployments?
Update Strategy: What's the recommended approach for staying current?
Release Process: Is there a release schedule or notification system for when the official docker-compose.yml gets updated with newer coordinated versions?
Testing Matrix: Do you test specific version combinations, and is there a compatibility matrix available for self-hosters who want to stay more current?
Automation: For those using tools like Renovate/Dependabot, what's the best practice?
Current Approach
I've disabled all automated updates via Renovate and am manually updating based on the official docker-compose.yml, but this means running significantly older versions for extended periods.
Additional Context
Would appreciate guidance on the official recommendation for self-hosted update strategies and whether there are plans to improve the update experience for self-hosters.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions