0

While trying to create a local supabase dev environment,

supabase start

is failing with

Seeding globals from roles.sql...
Applying migration 20250315203000_remote_schema.sql...
Stopping containers...
ERROR: permission denied to create extension "moddatetime" (SQLSTATE 42501)
At statement 12:                                                           
CREATE EXTENSION IF NOT EXISTS "moddatetime" WITH SCHEMA "extensions"      
Try rerunning the command with --debug to troubleshoot the error.

How can I get past this?

1 Answer 1

0

Upgrading the remote supabase database version resolved the problem without having to engage in more complicated problems solving regarding extension compatibility or local privileges for installing/updating extensions.

Go to the Infrastructure page of your dashboard to upgrade:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.