Hello - trying upload a DB. I followed the docs of dumping it `sqlite3 mydb.sqlite .dump > db.sql` a
Hello - trying upload a DB. I followed the docs of dumping it
Seems to be related to this? https://github.com/cloudflare/workers-sdk/issues/3892 Any ideas how to work around it? Its a 10,000 line long file so Im notsure where to look
sqlite3 mydb.sqlite .dump > db.sql and then import with wrangler d1 execute podcast-stats-prod --file=db.sql but I get not authorized [code: 7500] error. Seems to be related to this? https://github.com/cloudflare/workers-sdk/issues/3892 Any ideas how to work around it? Its a 10,000 line long file so Im notsure where to look
GitHub
Which Cloudflare product(s) does this pertain to? D1 What version(s) of the tool(s) are you using? 3.6.0 What version of Node are you using? 20.5.1 What operating system are you using? Mac Describe...
