WordPress / playground-tools

GNU General Public License v2.0
127 stars 38 forks source link

Sandbox site: problem exporting a large file #307

Open adamziel opened 2 weeks ago

adamziel commented 2 weeks ago

Extracting a zip with a large movie inside says offset is invalid. Do we need zip64?

bgrgicak commented 1 week ago

We currently export uploads. What if we skip it, or even better fetch files when requested?

adamziel commented 1 week ago

Both options are interesting and surface the difference between a site export and a sandbox site — the export is the entire package, but sandbox could be a conversation between the two sites to transfer as little data as possible - at least for the first paint. That's site transfer protocol — sounds like the sandbox site feature might be a good testing ground for ideas. Cc @dmsnell

dmsnell commented 6 days ago

Not sure what the problem is without further investigation, but remember 32-bit limits. If the movie is larger than 4 GB it could be posing problems.