Difference between revisions of "Phppgadmin"
Unnilennium (talk | contribs) (Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value...") |
Unnilennium (talk | contribs) |
||
Line 33: | Line 33: | ||
<tabs container style="display: inline-block;" ><tab name="For SME 10"> | <tabs container style="display: inline-block;" ><tab name="For SME 10"> | ||
yum --enablerepo=smecontribs install {{#var:smecontribname}} | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
− | </tab></tabs> | + | </tab></tabs>then you can point your browser to <nowiki>https://URL/phppgadmin/</nowiki> and use admin as user and password from |
+ | |||
+ | config getprop {{#var:contribname}} Password | ||
=== Configuration === | === Configuration === | ||
Line 46: | Line 48: | ||
! | ! | ||
|- | |- | ||
− | | | + | |Password |
− | |||
− | |||
− | |||
− | |||
− | |||
|GENERATED | |GENERATED | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|string | |string | ||
|for mysql db | |for mysql db | ||
Line 71: | Line 63: | ||
|} | |} | ||
+ | you can also alter php-fpm value if needed for php. | ||
+ | |||
+ | === Connect as super user === | ||
+ | at your own risks<syntaxhighlight lang="bash"> | ||
+ | sudo -Hiu postgres $psql -c "ALTER ROLE admin WITH superuser;" | ||
+ | </syntaxhighlight>remove this<syntaxhighlight lang="bash"> | ||
+ | sudo -Hiu postgres $psql -c "ALTER ROLE admin WITH nosuperuser;" | ||
+ | </syntaxhighlight> | ||
=== Uninstall === | === Uninstall === | ||
Line 93: | Line 93: | ||
<!-- Please keep there the template revision number as is --> | <!-- Please keep there the template revision number as is --> | ||
[[contribtemplate::2| ]] | [[contribtemplate::2| ]] | ||
− |
Revision as of 07:54, 27 December 2022
phppgadmin logo | |
Maintainer | Unnilennium |
---|---|
Url | https://wiki.koozali.org |
Licence | GNU General Public License |
Category | |
Tags | File, this, with, a, list, of, tags |
Maintainer
Version
Description
phpPgAdmin is a mature web-based administration tool for PostgreSQL, for more information on phpPgAdmin, check out our project page at https://github.com/phppgadmin/phppgadmin/
Installation
yum --enablerepo=smecontribs install smeserver-phppgadmin
then you can point your browser to https://URL/phppgadmin/ and use admin as user and password from
config getprop phppgadmin Password
Configuration
you can list the available configuration with the following command :
config show phppgadmin
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
Password | GENERATED | string | for mysql db |
access | private | private, public | |
status | enabled | enabled,disabled |
you can also alter php-fpm value if needed for php.
Connect as super user
at your own risks
sudo -Hiu postgres $psql -c "ALTER ROLE admin WITH superuser;"
remove this
sudo -Hiu postgres $psql -c "ALTER ROLE admin WITH nosuperuser;"
Uninstall
yum remove smeserver-phppgadmin phppgadmin
Bugs
Please raise bugs under the SME-Contribs section in bugzilla
and select the smeserver-phppgadmin component or use this link
Below is an overview of the current issues for this contrib:
Changelog
Only released version in smecontrib are listed here.
- initial release for SME 10
- Remove http templates after rpm removal
- Fix bad sudoers permission
- cockpit. added to legacy apps
- Restart httpd service on trusted-network