• 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.

Migration from RaQ4

W

wizbones

Guest
Has anyone tried migration yet? My first attempt this evening fails miserably. Keeping getting connection refused is postmater running -i?

Here's the log if anyone has a clue I would deeply appreciate some direction. Thanks in advance:

Error during dump retrieval


Error during dump file retrieving.
Remote agent failed with the following stderr messages: 08:13:46 INFO FileFinder: psql resolved to /usr/bin/psql
08:13:46 INFO FileFinder: pg_dump resolved to /usr/bin/pg_dump
08:13:46 INFO New connection: postgresql shell connection. db cobalt, user admin, host localhost
08:13:46 INFO ------------------------------------------------------------
08:13:46 INFO FILE storage initialized.
08:13:46 INFO Base directory: /home/migration/supervisor.2582
08:13:46 INFO Gzip bundles: yes
08:13:46 INFO Bundle split size: 1073741824
08:13:46 INFO ------------------------------------------------------------
08:13:46 TRACE SQL: select name,fqdn,hostname,domain from vsite
psql: PQconnectPoll() -- connect() failed: Connection refused
Is the postmaster running (with -i) at 'localhost'
and accepting connections on TCP/IP port '5432'?
08:13:46 TRACE SQL: SELECT v.name, MIN(u.name) FROM vsite v, users u WHERE u.vsite=v.name AND (u.admin='t') GROUP by v.name
psql: PQconnectPoll() -- connect() failed: Connection refused
Is the postmaster running (with -i) at 'localhost'
and accepting connections on TCP/IP port '5432'?
08:13:47 TRACE SQL: SELECT name FROM vsite
psql: PQconnectPoll() -- connect() failed: Connection refused
Is the postmaster running (with -i) at 'localhost'
and accepting connections on TCP/IP port '5432'?
08:13:47 TRACE SQL: SELECT COUNT(*) FROM users WHERE vsite = 'dbvsites' AND users.admin='t'
psql: PQconnectPoll() -- connect() failed: Connection refused
Is the postmaster running (with -i) at 'localhost'
and accepting connections on TCP/IP port '5432'?
Can't use an undefined value as an ARRAY reference at /home/migration/supervisor.2582/RaQ4.pl line 336.
 
Back
Top