phppgadmin


Is this Nethserver module helpful to you?
Please consider donating to the author

Thank you kindly!

2019/03/04 11:32 · HF

Available NS6 and NS7

phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies, and hosting services.

Stephane de Labrusse at stephdl@de-labrusse.fr

Install my 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

the user : admin
the password : cat /var/lib/nethserver/secrets/pgadmin

once logged you can change it as you want by the phpPgAdmin application

you have some db commands

# config show phppgadmin
phppgadmin=configuration
    MemoryLimit=500M
    PostMaxSize=100M
    UploadMaxSize=100M
    access=private
    status=enabled

* allow public access

config setprop phppgadmin access public
signal-event nethserver-phppgadmin-save

* disable the web access

config setprop phppgadmin status disabled
signal-event nethserver-phppgadmin-save

Please raise Issues on github

phpPgAdmin-5.0.4-1.el6.noarch.rpm:
  • phppgadmin.txt
  • Last modified: 2019/03/04 11:40
  • by HF