tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
225 stars 37 forks source link

Limits on payload size prevents taking db exports #711

Closed jmcmullen closed 1 year ago

jmcmullen commented 1 year ago
turso db shell mighty-night .dump > my_db.sql
Error: failed to execute SQL: SELECT * FROM 'users'
Response is too large

This was previously reported here: https://github.com/libsql/sqld/issues/637

I would be happy to help contribute a fix for this under some guidance.

athoscouto commented 1 year ago

@jmcmullen what is the version of the CLI you're using? From v0.87.0, that should not happen anymore.

jmcmullen commented 1 year ago

I was using an older version, can confirm this no longer occurs in the newer versions.