supabase / postgres

Unmodified Postgres with some useful plugins

Home Page:https://supabase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to create index

kylerummens opened this issue · comments

Bug report

Describe the bug

I am trying to create an index on a table in my database. I am getting the following error message:
could not extend file "base/12974/1228183": No space left on device

query: create index form_version_index on public.recipient_forms (form_version)

@kylerummens - per the error message, your PG instance has run out of disk space. If this is on the hosted platform, please open a support ticket through the dashboard and we can investigate why it wasn't automatically handled.