Read file greater than 2 GB

I need to read a SQLite database file but the file size is greater than 2 GB. I tried compressing the file using the Compression node before using the Read Binary File node but returns me the error: No binary data exists on item! How to get around this situation?

Information on your n8n setup

  • n8n version: 0.170.0
  • Database you’re using (default: SQLite): SQLite
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm

You probably want to upgrade your n8n instance, and read this topic:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.