• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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