How to use local database to environment?

0
I am using postgresql for database. I downloaded the database only from production and then used it locally via pgAdmin to make some modifications. And then i created the backup of same database to upload it to create deployment package. But when i try to load the data in production, it seems like its not downloaded properly. How to download the database properly to use in production?
asked
1 answers
0

Hi Puja, the backup database you have created for uploading back to production environment is this file opened somewhere like in pgadmin  while uploading it to production environment?

If opened close it everywhere an then try it again.

answered