I have a few instances of PocketBase hosted. I downloaded the backup file which is just over a gig from one instance to my local machine. Then on another pocketbase instance I used the webui to upload that file. After approx. 15 minutes it errored out with this message:
{
“errorDetails”: “multipart: NextPart: read tcp 172.19.11.170:8080->172.16.11.170:64138: i/o timeout”,
“errorMessage”: “Missing or invalid uploaded file.”
}
When I look at the machine logs I see this error:
2024-10-17T17:35:22Z proxy[148e5d33a97238] lax [error][PU02] could not complete HTTP request to instance: user body write aborted: early end, expected 1104119527 more bytes
Please let me know how I can get the data uploaded correctly. Thanks in advance.