Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I am running a cron job that restores db dumps from AWS into postgres. We have a managed Postgres database by DO. I use the default user provided by DO which is doadmin. However pg_restore returns the following error:
pg_restore: while PROCESSING TOC:
pg_restore: from TOC entry 4370; 0 0 COMMENT EXTENSION "uuid-ossp"
pg_restore: error: could not execute query: ERROR: must be owner of extension uuid-ossp
Command was: COMMENT ON EXTENSION "uuid-ossp" IS 'generate universally unique identifiers (UUIDs)';
Shouldn’t the default doadmin already be an owner of this extension?
Frank Tufano
fullammo
4ae272398ee6445a9bf73f4cd632b5
eddie
Taha Aziz Ben Ali
Telmo Valverde
Alexandre Herlinvaux
52d4eff26a544eefb189e2005836b2
EatingAquamarineScubaDiver
f25932a0b984430fb48c4256f1aaad
JuanPablo
fullammo