Khai Truong

Results 2 comments of Khai Truong

@antokhio Hi, here are the commands I used. ``` pg_dump --db_name=$CONN_STRING > backup.sql psql -U postgres -f backup.sql ```

@antokhio I have already fixed the issue. I add the -O and -x flags in the pg_dump to not export the object ownership and the import works. Thanks anyway!