Skip navigation.
Home
Freeware and Free & Open Source Software for Proprietary OSes

Reply to comment

I have found that the dump

I have found that the dump restore for a major release is not that big of a deal as I generally have less databases with PGSQL vs MySQL, the reason being that PGSQL supports schemas. Now before you go off say that MySQL has schemas, they do sort of . In MySQL they implement schemas as seperate databases, on PGSQL a schema is a namespace in the same database,so it is like having multiple databases in one, so you end up with less physical databases.

I do wish however that the backup process was more server oriented instead of fat client oriented. It makes backing up from admin programs more difficult.
Ideally pg_dump should run on the server with a client API where you simply connect to the server and dump to your local PC if you want or just leave the backup on the server. The current implementation requires a separate pg_dump.exe for each version of the server you want to backup.

Reply

The content of this field is kept private and will not be shown publicly.