Supabase production: git clone vs release version?
self-hosted🟡javascript
Hi guys I'm setting up Supabase for a production project and want to make sure I'm starting with the right setup. In the past, I followed the docs and did a
git clone --depth 1
git clone --depth 1
, but I had issues with the logs not showing up in the dashboard. For a stable production build in 2026, is it better to just clone the repo like the docs say, or should I be checking out a specific release version instead? I’m trying to avoid the analytics/logging containers breaking this time around. Any advice on keeping the .env synced with the newer images would be a huge help. Thanks!
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.