I see that the datatables only have a 50mb limit. Is there a way to offload that database to increase storage limits?

I want to increase my datatable’s capacity on my self hosted instance and Im wondering if it spossible to

1 Like

According to the documentation, you can increase the storage size with a environment variable:

Data tables are suitable for light to moderate data storage. By default, a data table can’t contain more than 50MB of data. In self-hosted environments, you can increase this default size limit using the environment variable N8N_DATA_TABLES_MAX_SIZE_BYTES.

5 Likes

Thank you so much for that help!

3 Likes

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