Hello!
I’m trying to import my database to fly.io with this command:
fly pg import -a <fly-appname-db> postgres://user:password@host-address:port/database
But I am getting this error:
[info] Starting import process... (This could take a while)
[error] failed to import database: exit status 2
Waiting for ephemeral machine 3d8d1d9c720089 to be destroyed ... done.
Error: failed to run ssh: ssh shell: Process exited with status 1
Can you help me, please?