• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to upgrade phpPgAdmin v5.0.2

E

EdwardDekker

Guest
Hello,

I have version 3.5.4, and want to make an upgrade to version 5.0.2 with Plesk 10.2.0.

Maybe Parallels can help me with a workaround by making a patch file and/or instructions.
Otherwise do i want a notice if there will comes a upgrade by the next PPP.

-----------------------------------------------------------------------------------------------------
Meanwhile i have downloaded the update phpPgAdmin by myself and i have a quick workaround:

1. Move your files (mv -Rv /usr/local/psa/admin/htdocs/domains/databases/phpPgAdmin /usr/local/psa/admin/htdocs/domains/databases/phpPgAdmin-backup )
2. Download phpPgAdmin to your server: (wget http://downloads.sourceforge.net/phppgadmin/phpPgAdmin-5.0.2.zip?download /root )
3. Unzip your phpPgAdmin into your root folder (unzip phpPgAdmin-*)
4. Move files from Root to PPP phpPgAdmin directory (cp -Rv /root/phpPgAdmin-* /usr/local/psa/admin/htdocs/domains/databases/phpPgAdmin)
5. Delete config.inc.php into directory /usr/local/psa/admin/htdocs/domains/databases/phpPgAdmin/conf/ and add my file config.inc.php.txt that i have added into this post. just rename it without .txt
6. Test if its works into PPP, than you're ready.

7. You could also remove at phpPgAdmin directory, file: intro.php at row 20:
Code:
<h1><?php echo "$appName $appVersion (PHP ". phpversion() .')' ?></h1>

NB. Some functions like domains, views, functions and tables do i have not working yet into phpPgAdmin.
Assistance is needed to resolve that issue.
 

Attachments

  • config.inc.php.txt
    7.2 KB · Views: 4
Last edited by a moderator:
Back
Top