使用目录格式创建备份
pg_dump -f "sba" -Fdirectory --jobs=32 --verbose sba
抛出错误
pg_dump: error: could not stat file "sba/282168.data.gz": value too large
如何修复它?
服务器是在 WSL 下的 Debian Linux 10 中运行的 Postgres 12 客户端是在 Windows 11 中运行的 Postgres 15 的 pg_dump
282168.data.gz 文件大小为 6.2 GB