How do you import and export zip

Self hosted here.

I have dumps i created using the export script found here: Export Base - SeaTable Admin Manual

I however do not see a way to import this data into an new installation. I can’t use the dtable export via the UI as the assets are to large.

The dumps generate .dtable files. These can be added as new bases:

What is your problem?

So originally it was that the export function above was generating a zip file, not a .dtable file..

A few of my bases are around 3gb so the UI would not allow me to download them. I modified the dtable_web_settings.pyDTABLE_EXPORT_MAX_SIZE to be 100gb so that solved that issue..

The issue I have now is I can not upload the .dtable files as they are too large. I need to find the system variable to increase upload size.

Is this related?? Increasing the file upload limit

If so how can i restore a base form a .dtable files that is over 2gb in size?

There is no upload limit for bases - as far as I know. The limit you are referring to is about “attachments”. Probably a limit of the proxys (caddy or nginx) prevents the initial upload…

What happens, if you try to create a new base with a dtable file of 2gb?