On Wed, Dec 20, 2017 at 1:22 PM, Shreeyansh Dba <shreeyansh2014@xxxxxxxxx> wrote:
On Wed, Dec 20, 2017 at 1:03 PM, Ankur Kaushik <ankurkaushik@xxxxxxxxx> wrote:Facing problem in taking pg_basebackup .File Reaches till 2 GB then failes and give below errorpg_basebackup: could not write to compressed file "/backup//base.tar.gz": File too largeCommand :pg_basebackup -h127.0.0.1 -U base_backup_user -D /backup/inc_backup -Ft -z -PIt is not the issue with pg_basebackup you are usingIt seems, this issue might be with storage location where you are trying to take backup(i.e. /backup)
In addition to this,
Your storage might be having limitations for not accepting file storage of more than 2GB, hence this error.