dokku-pg-plugin
dokku-pg-plugin copied to clipboard
How can I upgrade to postgres 9.4?
+1
@dmr: I just forked this repo and applied changes to 9.4 version. https://github.com/atsoy/dokku-pg-plugin
Thank you
@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 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.