$ docker run -p 13306:3306 -p 15432:5432 apecloud/myduckserver:latest
Starting MyDuck Server in SERVER mode...
time="2024-11-12T07:29:14Z" level=fatal msg="Failed to open the database: failed to execute boot query \"INSTALL arrow\": IO Error: Failed to download extension \"arrow\" at URL \"http://extensions.duckdb.org/v1.1.3/linux_amd64/arrow.duckdb_extension.gz\"\nExtension \"arrow\" is an existing extension.\n (ERROR Failed to read connection)"
But if I just try to wget arrow, it runs successfully.
The error log is as follows:
But if I just try to
wget
arrow, it runs successfully.Environment: WSL2 ubuntu 22.04 (with docker's WSL integration)