How to create directory format backup

From: Andrus <kobruleht2(at)hot(dot)ee>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: How to create directory format backup
Date: 2023-02-08 15:00:10
Message-ID: b27a73f5-e6e6-4076-eee6-e002528d942c@hot.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

Creating backup in directory format using

    pg_dump -f "sba" -Fdirectory --jobs=32 --verbose sba

throws error

    pg_dump: error: could not stat file "sba/282168.data.gz": value too
large

How to fix it ?

Server is Postgres 12 running in Debian Linux 10 under WSL
Client is pg_dump from Postgres 15 running in Windows 11

Andrus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message sunyucong@gmail.com 2023-02-08 16:27:06 Re: Need help debugging slow logical replication
Previous Message David G. Johnston 2023-02-08 13:25:25 Re: Index scan for PK constraint validation