• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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