on wrangler 4.42.2 (on Ubuntu) when

on wrangler 4.42.2 (on Ubuntu) when running bunx wrangler d1 export some-db --remote --output=./output.sql it creates the export, and even logs the url to download manually. but then it just hangs on
Downloading SQL to ./output.sql ...
Downloading SQL to ./output.sql ...
The same command works fine on my Mac. If I run it with --no-data it actually works as expected (including on Ubuntu)
2 Replies
welz
welzOP2mo ago
It probably has to do with the size of the file - the file is about 15MB (after downloading on my mac) If I copy the url and manually curl or wget it succcesfully downloads in under 1s - so it's not a network issue The issue is related to bun, didn't have node installed on this machine.
James
James2mo ago
bun isn't officially supported or recommended. Use node for the best and most stable experience and consider reporting the issues at https://github.com/oven-sh/bun/issues

Did you find this page helpful?