• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

PostgreSQL no administrative privileges

H

Hal9000

Guest
When trying to manage the database servers, i get this error for postgresql:

Code:
Warning: The last attempt to control this database server failed because the supplied account does not possess administrative privileges.

How can I know the password? Or how can I reset it?
I even tried uninstalling and reinstalling, but no avail... :(

Thanks for your help

Hal
 
as i rembemer you are on debian, right?

you need to use the old postgresql version 7.4.17 and it works, but not with the newer versions, i have an open ticket for that ...
 
Code:
root@fonzie:~# dpkg -l | grep postgre
ii  postgresql                     7.5.22                              object-relational SQL database management sy
ii  postgresql-7.4                 7.4.17-0etch1                       object-relational SQL database, version 7.4
ii  postgresql-client              7.5.22                              front-end programs for PostgreSQL (transitio
ii  postgresql-client-7.4          7.4.17-0etch1                       front-end programs for PostgreSQL 7.4
ii  postgresql-client-common       71                                  manager for multiple PostgreSQL client versi
ii  postgresql-common              71                                  manager for PostgreSQL database clusters

I have 7.4.17 right now, but yes, I upgraded to 8.1 before and it's ****ed up since then! Now 7.4 won't work either :(
 
try to set the "Administrator's login name " in plesk for postgresql to root an my server this fixed the problem ...
 
i run now 8.1.9 the swsoft support helped me:

I have just successfully configured postgresql server through the panel at Server > Database servers > Add Database Server. I have specified postmaster port number and used '127.0.0.1' instead of 'localhost' in host.

and...

I have reported the hostname issue for postgresql database server to our developers for closer investigation.

it should also work on debian 3.1:
http://kb.swsoft.com/en/1188
 
Back
Top