简体   繁体   中英

pg_restore throws warnings and return exit 1

I am trying to restore a PostgreSQL database using the command below:

pg_restore --verbose --clean --no-acl --no-owner -h localhost -p 5432 -U postgres -w -d databaseName Backup.dump

The restoring is done successfully. But it displays below warning message in the end.

WARNING: errors ignored on restore: 97

Due to which my shell script is failing as the command returns exit 1 code.

Can anyone please guide on this?

可以通过删除数据库,创建数据库然后存储干净的数据库来完成。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM