On Tue, Aug 3, 2021 at 4:49 AM Gilar Ginanjar <gi...@innovation-project.com> wrote: > pgrestore command: > pg_restore -U myuser -j8 -d mydb dbdump.backup >
As a desparate approach I would try to use options -L and -l to extract objects from the backup and restore a small subset of them, in order to find out where the error is. I suspect the compressed archived is damaged. Luca