CREATE USER postgres WITH ENCRYPTED PASSWORD 'pl3r0m4.'; CREATE DATABASE pleroma OWNER postgres; \c pleroma; --Extensions made by ecto.migrate that need superuser access CREATE EXTENSION IF NOT EXISTS citext; CREATE EXTENSION IF NOT EXISTS pg_trgm; CREATE EXTENSION IF NOT EXISTS "uuid-ossp";