Comments on: Working With PostgreSQL Dump Manifests https://www.percona.com/blog/working-with-postgresql-dump-manifests/ Thu, 28 Dec 2023 23:45:39 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Robert Bernier https://www.percona.com/blog/working-with-postgresql-dump-manifests/#comment-10973741 Tue, 06 Sep 2022 13:06:24 +0000 https://www.percona.com/blog/?p=82384#comment-10973741 Hi Frank,

I’m glad this is something you can use.

The mistake I made was not explaining that this line is what I use to see what my dumps look like by piping it to less.

I love “less”. 🙂

]]>
By: Frank Streitzig https://www.percona.com/blog/working-with-postgresql-dump-manifests/#comment-10973740 Mon, 05 Sep 2022 09:53:42 +0000 https://www.percona.com/blog/?p=82384#comment-10973740 Thank you for the article. I will use always parameter -Fc with pg_dump every time, now.
But i think, i have found a little mistake.
“pg_restore -1 -L pgbench_manifest.ini -f – | less -S”
Missing dump filename.
Fix:
“pg_restore -1 -L pgbench_manifest.ini -f – pgbench.db | less -S”

]]>