説明なし

Andy Baugh 0bd3611188 oof 5 年 前
SPECS 39ccdd9483 Fix more bugs in specfile/makefile 5 年 前
cgi 954df92415 Now less broken 5 年 前
img 70562cbb34 Now the cgi loads 5 年 前
js 903af230b1 Fix oopise 5 年 前
lib 0bd3611188 oof 5 年 前
plugin f9d99f4cd4 WIP. Also add implements field. 5 年 前
t 1db2b6080d Fix STUPID bug in template processor, add basic test 5 年 前
templates 081353136d Getting closer 5 年 前
.gitignore 1c2ab6a55d RPM spec mostly there, Make rpm target more or less there 5 年 前
LICENSE.md 73078a1372 Add license, more to the readme 5 年 前
Makefile ffbcad1bf5 UNTESTED: I think we may have it y'all 5 年 前
README.md 73078a1372 Add license, more to the readme 5 年 前
configure 1c2ab6a55d RPM spec mostly there, Make rpm target more or less there 5 年 前

README.md

Better PostgreSQL for cPanel & WHM

This Plugin aims to bring extended support for more recent PostgreSQL versions to cPanel & WHM. The approach is very similar to what already exists for MySQL -- we will be installing from community repositories which already build the server for CentOS.

INSTALLING

Two methods exist for accomplishing installs.

End user (stable) installs:

  • Install the RPM: rpm -ivh $URL_I_HAVENT_GOT_YET_FOR_THE_RPM_RELEASE_HAHAHAHA
  • Enjoy. There should now be a "PostgreSQL Upgrade" page within WHM now for root under the 'Plugins' section.
  • To uninstall: rpm -evh BetterPostgres4cP
  • To update to a newer version: rpm -Uvh $URL_I_HAVENT_GOT_YET_ROT_THE_RPM_RELEASE_HAHAHAHAH

Developer install:

  • Clone the repository using the link in github: git clone https://github.com/Troglodyne-Internet-Widgets/better-postgres4cP.git
  • Move into the directory it cloned this to: cd better-postgres4cp
  • Run the makefile: make
  • To uninstall: make uninstall

What do I do if I need help?

Go check out our FAQ/KB page here. If you can't find the answers you need, feel free to drop an issue in the tracker.

...and last of all, see license terms.

TODO

  • Finish install.
  • Ensure cpanel-ccs-calendarserver is compatible with all versions you can upgrade to.
  • Testing. Lots of testing. Likely compatibility shims once upgraded.
  • Copy rpmbuild artifacts to dist folder or whatever.
  • Maybe a publish rule for yum repo?

Other Ambitions

Why not bring other useful extensions to postgres (like PostGIS)? Why not facilitate clustering or at least PG connection pooling & remote PGSQL?