dokku-pg-plugin icon indicating copy to clipboard operation
dokku-pg-plugin copied to clipboard

How can I upgrade to postgres 9.4?

Open dmr opened this issue 10 years ago • 5 comments
trafficstars

dmr avatar Jul 30 '15 13:07 dmr

+1

atsoy avatar Aug 03 '15 08:08 atsoy

@dmr: I just forked this repo and applied changes to 9.4 version. https://github.com/atsoy/dokku-pg-plugin

atsoy avatar Aug 04 '15 10:08 atsoy

Thank you

dmr avatar Aug 07 '15 04:08 dmr

@atsoy How do you use that fork? Can I just remove the old plugin and install the fork without any harm?

Update: looks I have to backup the old db and then restore and relink, is that correct? Can you share the process you took?

Update2: I just ditched the old one and installed new one and nothing happes, seems like I am still running the old one.

hakunin avatar Aug 08 '15 13:08 hakunin

@hakunin I had no productive database. But yes, i would suggest to dump your data, may be there are some specifications between 9.3 and 9.4 versions.

Usage: I just removed old plugin (from plugin folder), cloned fork, installed plugin and i assume you've executed same steps. I used ubuntu:vivid and postgresql-9.4, so I don't think you use the old one.

atsoy avatar Aug 10 '15 09:08 atsoy