hgmnz / heroku-pgupgrade

heroku pg:upgrade
http://postgres.heroku.com
6 stars 3 forks source link

compensate for pgupgrade stripping postgres role of replication privileges #4

Closed msakrejda closed 12 years ago

msakrejda commented 12 years ago

Right now, pgupgrade strips the postgres role of replication privileges (to be confirmed, but a solid hypothesis). We should compensate for this in our pgupgrade plugin.

hgmnz commented 12 years ago

hmm, this belongs on the server side though.

msakrejda commented 12 years ago

Ah, right. I forgot this didn't actually house any of the server-side path. I'll move it.