phpbu
phpbu copied to clipboard
What will happen if the database is huge?
I'm creating a logbook in my PostgreSQL database where a lot of rows will be created. Can phpbu split the back-up into multiple files? Otherwise it won't be very readable
Not sure pgdump supports something like that. But I would argue that the dump doesn't have be humanly readable. You should worry more about the machine readability so you can easily restore the backup.
The bigger the database gets the longer the backup takes to complete. And of course system file size and memory limitations apply.