Closed mmolinac closed 3 years ago
Is hetzner backup runned on ipv6? Try to use ipv4
Turned out that they have both A and AAAA DNS records. I forced the usage of the IPv4 address and it worked! Any hint of the reason for that behaviour?
@mmolinac look like issue related to https://github.com/jlaffaye/ftp incorrect behavior
227 Entering Passive Mode (2,233,252).
should be
227 Entering Passive Mode (a:b:c:d::2,233,252).
@mmolinac thanks a lot for reporting and figure out, check https://github.com/AlexAkulov/clickhouse-backup/tree/v1.2.1 and you are welcome to reopen the issue, if you require
@jawr JFYI
After you fixed issue https://github.com/AlexAkulov/clickhouse-backup/issues/283 through PR https://github.com/AlexAkulov/clickhouse-backup/pull/288 , we continue with our tests uploading a backup through FTP protocol. You'll find below the config file we're using. Credentials have been redacted for security reasons:
Then we issue the following command (see error at the end):
We can log in to the FTP server with different FTP clients without any issue. Even
lftp
from the same server we're trying to upload the backup from.