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 have my application hosted on DigitalOcean with a PROD environment, including the production application, bucket, and PostgreSQL database.
I need to provision a DEV PostgreSQL database and restore a copy of the PROD database into it. I have currently created a new DEV database cluster within the same DigitalOcean project and attempted to restore a PROD database dump into it.
The restore process appears to complete partially, but the expected database objects are not available when validating the DEV database. During the restore, I encountered connection drops, authentication failures, SSL/connection-policy errors, and subsequent object/dependency errors.
I have already performed read-only checks on the database and validated the restore results. The PROD database has not been modified or affected.
I would like guidance on the recommended architecture and restore approach for this setup, specifically:
pg_restore to partially complete while the resulting DEV database contains no expected tables/objects?Goal: Establish a functional DEV PostgreSQL environment containing the required PROD database structure/data while maintaining complete isolation from the PROD database and application.
Frank Tufano
fullammo
4ae272398ee6445a9bf73f4cd632b5
eddie
Taha Aziz Ben Ali
Telmo Valverde
Alexandre Herlinvaux
52d4eff26a544eefb189e2005836b2
EatingAquamarineScubaDiver
f25932a0b984430fb48c4256f1aaad
JuanPablo