Jump to content

[Solved] Unable To Dump Postgresql Database


mrty

Recommended Posts

Hi,

 

I am trying to dump a PostgreSQL database using phpPgAdmin available in cPanel. Sadly, no data is exported. The only output I get is:

--
-- PostgreSQL database cluster dump
--
\connect postgres
\connect ###other user's database###

 

It seems that the export script is trying to dump all databases available in alphabetical order. As it should be, this fails because of missing priviledges.

 

Could you please look into this? Am I doing something wrong? Just trying to backup my data.

Link to comment
Share on other sites

  • 2 weeks later...
Check out the file mrty_ttrssp.sql in your home directory. Let me know if it looks like it dumped properly.

Yes, thanks a lot, the dump looks perfectly allright. Have you been able to backup the database using end-user-accessible tools?

Link to comment
Share on other sites

The problem seems to be that one of my predecessors upgraded postgresql to a version unsupported by cpanel, and didn't upgrade the software that creates backups of databases.

 

Try creating a backup of your database yourself with phppgadmin and let me know if it works now. Otherwise, at least I can keep manually creating postgresql database backups manually for anyone who needs it.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...