Postgresql Backup on Digital Ocean
Creating a read-only database user on Postgresql for all databases, on a Digital Ocean Managed Database.
A Web Developer’s Blog
Creating a read-only database user on Postgresql for all databases, on a Digital Ocean Managed Database.
I am working on a postgresql database for a strapi CMS
I’ve taken over the project and when I try and start it I see this error.
create table "public"."strapi_migrations"
("id" serial primary key,
"name" varchar(255),
"time" timestamp)
- permission denied for schema public