Hello,
I am trying to upload a CSV file with data on some ~2.6 million galaxies to MyDB to X-match it with DES DR2 to get some more information I need for a project of mine. However, whenever I attempt to upload this file to MyDB, I get this:
"Upload started.
File uploaded. Waiting for response.
Failed!
Progress: 100%
The server saw it as:
Bad Gateway
The proxy server received an invalid response from an upstream server.
Apache/2.2.15 (CentOS) Server at datalab.noirlab.edu Port 443"
In essence, it seems to load the entire file but then it fails to push it through to MyDB. The part that confuses me is that I don't get this same error if I upload the first 10,000 or 100,000 rows; it seems to work just fine for smaller files.
Does anyone know what the issue may be? What would be the best way to go about doing this?
Thanks!