permission denied to create extension “uuid-ossp” August 19, 2023 by Tarik Figured it out, I need to postegresql and change the root role to superuser: $psql ALTER USER root WITH SUPERUSER;