Auth and postgrest unhealthy
My users cannot access the application due to authentication issues. I created a ticket yesterday afternoon and it still hasn't been resolved. They tell me that the root is full, and I can't find a way to fix this. I have restarted the project more than once. The error that appears: Your project is about to exhaust its available disk space, and may become unresponsive once fully exhausted
You can opt to increase your disk size up to 200GB on the Database Settings page.
2 Replies
Have you tried running
vacuum to potentially reclaim some free space?
Why is your database this full? Do you maybe have extraneous copies of data, or do you store files in the database that you could move to Storage instead?Who is "they" tell you? You heard back from support with advice?
What size is your DB?
Do you mean you exhaust your disk space or disk I/O? If space then go to a larger disk if you can't figure out how to reduce the database size.
Do you mean you exhaust your disk space or disk I/O? If space then go to a larger disk if you can't figure out how to reduce the database size.