This question has been flagged

database backup error shows when i try to take backup(.zip ) from /web/database/manager.

 it allows me to take .dump backup not .zip

error : database backup error: 'L' format requires 0 <= number <= 42994967295

database size is more then 5 GB

Thanks

Avatar
Discard

any update regarding the same question ?

Best Answer

Hi,
you could try taking Back up from terminal using pg_dump command.

pg_dump -h local host -p <port> database name> file name


Avatar
Discard
Author

@sarga from terminal using pg_dump is it take file store in backup or not? i need with file store backup.