Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{page>stephdl_donate}} ===== PhpPgAdmin ===== <wrap hi>Available NS6 and NS7</wrap> [[http://phppgadmin.sourceforge.net/doku.php|phpPgAdmin]] is a web-based administration tool for [[http://www.postgresql.org/|PostgreSQL]]. It is perfect for PostgreSQL DBAs, newbies, and hosting services. =====Maintainer===== Stephane de Labrusse at [[stephdl@de-labrusse.fr]] ===== Installation ===== Install my repository, [[:stephdl_repository|see how to do it]] Then Install my rpm yum install nethserver-phppgadmin --enablerepo=stephdl Reach the url by https://YourIP/phpPgAdmin or by the Dashboard/applications panel <file> the user : admin the password : cat /var/lib/nethserver/secrets/pgadmin </file> once logged you can change it as you want by the phpPgAdmin application =====Usage===== you have some db commands <file> # config show phppgadmin phppgadmin=configuration MemoryLimit=500M PostMaxSize=100M UploadMaxSize=100M access=private status=enabled </file> * allow public access <file> config setprop phppgadmin access public signal-event nethserver-phppgadmin-save </file> * disable the web access <file> config setprop phppgadmin status disabled signal-event nethserver-phppgadmin-save </file> =====Bugs===== Please raise Issues on [[https://github.com/stephdl/dev/issues|github]] =====dependencies from epel===== <file> phpPgAdmin-5.0.4-1.el6.noarch.rpm: </file> {{tag>module}}{{tag>stephdl}} phppgadmin.txt Last modified: 2019/03/04 11:40by HF