Dear Supabase team, I use supabase now a couple ...
# ideas-and-suggestions
m
Dear Supabase team, I use supabase now a couple of weeks in a smal project, and just playing around. I am running Supabase on docker in an lxc container. I encountered an issue, when a supabase instance is running for longer time, that it eats up all my available disk space. Even just after a couple of weeks. I could tackel it down to postgres postgresql.csv files. It can be found unter
var/lib/docker/overlay2/**/diff/var/log/postgresql
You can also replace
diff
with
merged
. the csv file in the diff folder and also in the merged folder grow over 6.4 GB. I have no idea, why there is not limit to the log file. But this must be somehow limited. I guess, there must be some postgres settings available, in order to limit the size. If anyone has an idea how to do it. That would be awesome. --- Update: I guess, the
postgresql.csv
file was the same for the
diff
folder and
merged
folder
o
Hi Sorry to hear that. Did you check on Github or tried to make a ticket about it? @User
m
Hi, not yet, just wanted to make sure, I was not wrong about it. I will raise an github issue about it. Thanks