• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Migrator - Unable to connect to the destination PostgreSQL database server.

KDederichs

New Pleskian
Server operating system version
Ubuntu 20.04
Plesk version and microupdate number
18.0.62#2
Hey,

I wanted to run a migration from one Plesk Obsidian Server to another one (both Linux).

I'm having an issue though where the Pre Migration Check gives me this error:
subscription-status-error.png
Unable to connect to the destination PostgreSQL database server. Databases will not be transferred unless you restore the connection.
The following subscriptions are affected by the issue:
  • foo.de
Please check the connection settings on the destination database server.

First time I ran the check that was OK (since I forgot to install Postgres) but after I installed it via the Plesk Installer and re-ran the check the error doesn't go away.

I checked with pg_isready is it says Postgres is running on the target server.

Anyone know what's up with that and how I can fix it?

Best regards,
 
I am having a very similar issue - but the database is created as is the user and tables but it appears that the user has no access to the tables!
It is a moodle installation - when going to the page it defaults to the install screen - indicating moodle either can't find the tables or database.

I can log in as the database user but get that no relations error trying to \d or \dt - I can switch to the database but still cannot describe tables or list data!
I can also connect using pgadmin - there I can list the tables in the user database but cannot access them or query data.

Furthermore - I cannot connect to the postgres server using the admin credentials (that I set in the pgsql setup) It also just gives me an either an authentication error or database does not exist!
 
update = ERROR: role "admin" cannot be dropped because some objects depend on itDETAIL: owner of database domain_moodle5 objects in database domain_moodle5
 
Back
Top