supabase init, which files should be created?
hi, i just created a new project with supabase init and noticed only two files are bring created: .temp/cli-latest and config.toml
is this normal? i'm still trying to find the reason why i can't start supabase, it crashes with "(DBConnection.ConnectionError) connection not available and request was dropped from queue after 14979ms" . it seems like realtime can't connect to the postgres db. tnx.
7 Replies
You should also get a functions folder and migrations
were there any setup issues downloading supabase?
hi, no i dont think so... i followed https://supabase.com/docs/guides/local-development
never mind, i just created a new supabase locally and it seems to have the same setup as yours  i.e config.toml and .temp
so that might be fine
ok, tnx. so when i start it still crashes ...as one can see it tries to find a project-ref and a .temp/profile... and realtime cant connect to postgres "11:19:21.526 [error] Postgrex.Protocol (#PID<0.157.0>) failed to connect: ** (DBConnection.ConnectionError) tcp connect (supabase_db_test:5432): connection refused - :econnrefused" <-- from realtime container log
do you have docker installed?
yes docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
     Active: active (running) since Wed 2025-10-22 14:27:25 CEST; 1h 8min ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
   Main PID: 1303 (dockerd)
      Tasks: 14
     Memory: 124.7M (peak: 130.0M)
        CPU: 6.994s
     CGroup: /system.slice/docker.service
             └─1303 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
i also pruned all docker data beforehand
cli is 2.53.6