Hi,
I am in a sveltekit project using supabase. There is no supabase folder that is automatically generated by running the supabase commands. I have been working on the supabase cloud for my project, but now want to generate the migrations files for all the tables, and also the SQL for all the scripts I’ve used in my project.
in the logs, I get this:
0:35:27.739068Z INFO vector: Vector has stopped.
2025-04-19T10:35:27.740391Z INFO vector::topology::running: Shutting down... Waiting on running components. remaining_components="logflare_functions, logflare_realtime, logflare_auth, logflare_db, kong_err, db_logs, logflare_rest, logflare_kong, auth_logs, realtime_logs, rest_logs, logflare_storage" time_remaining="59 seconds left"
Stopping containers...
supabase_vector_lookatmyapp-web container is not ready: unhealthy
Removing and deleting the containers doesn’t work. Have tried restarting the laptop and repeating everything too.
Running the command with --debug shows:
5/04/19 15:43:10 Recv First Byte
Stopping containers...
Pruned containers: [79c9bcdb7030451eb27320eaebb5001d254ace4ab089089356de03c33d3725e7 c930f948f88272cea9ccb1a97f8c4c37b1551f6870a95361e930aa35e5b3bdc6 09e76dbb00fe2cbad05bfeec972fc9fc3d5bf08f0c6bff34f57153379e02fe56]
Pruned volumes: [supabase_db_lookatmyapp-web supabase_config_lookatmyapp-web]
Pruned network: [supabase_network_lookatmyapp-web]
failed to create docker container: Error response from daemon: Conflict. The container name "/supabase_vector_lookatmyapp-web" is already in use by container "09e76dbb00fe2cbad05bfeec972fc9fc3d5bf08f0c6bff34f57153379e02fe56". You have to remove (or rename) that container to be able to reuse that name.
However, when I try to list the containers, this one doesn’t exist at all.