GoogleCloudPlatform / database-assessment

Database Migration Assessment
https://googlecloudplatform.github.io/database-assessment/
Apache License 2.0
56 stars 34 forks source link

MySQL file upload failing with EOF #457

Open sergioagm opened 4 days ago

sergioagm commented 4 days ago

I'm testing the data import for databases and I'm getting an EOF error after uploading the zip file to GCP.

The database is a new MySQL 8.0.36 database created for testing purposes.

Command: ./collect-data.sh --collectionUserName {USER} --collectionUserPass {PASS} --hostName localhost --port 3306 --databaseService myapp

Log:

===================================================================================
Database Migration Assessment Database Assessment Collector Version 4.3.36
Using release version git-d14d587
===================================================================================
Your database version is 8.0.36-2ubuntu3
2024-07-03 10:42:39 - Fetching machine HW specs from computer: localhost and storing it in output: output/opdb__mysql_db_machine_specs_8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv
2024-07-03 10:42:40 - Successfully fetched machine HW specs of localhost to output: output/opdb__mysql_db_machine_specs_8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv
Checking for errors...
Preparing files for compression.

Archiving output files with tag 8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239
  adding: opdb__defines__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (deflated 9%)
  adding: opdb__mysql_config__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (deflated 93%)
  adding: opdb__mysql_data_types__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (stored 0%)
  adding: opdb__mysql_database_details__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (stored 0%)
  adding: opdb__mysql_db_host_8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (stored 0%)
  adding: opdb__mysql_db_machine_specs_8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (deflated 24%)
  adding: opdb__mysql_engines__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (deflated 72%)
  adding: opdb__mysql_hostname__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (deflated 3%)
  adding: opdb__mysql_plugins__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (deflated 88%)
  adding: opdb__mysql_process_list__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (deflated 36%)
  adding: opdb__mysql_resource_groups__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (stored 0%)
  adding: opdb__mysql_schema_objects__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (stored 0%)
  adding: opdb__mysql_table_details__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (stored 0%)
  adding: opdb__mysql_users__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.csv (stored 0%)
  adding: opdb__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239_errors.log (stored 0%)
  adding: opdb__stderr_8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.log (deflated 86%)
  adding: opdb__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239_locale.txt (deflated 58%)
  adding: opdb__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239_version.txt (stored 0%)
  adding: opdb__manifest__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.txt (deflated 78%)

Step completed.

===================================================================================
Database Migration Assessment Database Assessment Collector completed.
Data collection located at /home/sergio/dbassessment/output/opdb_mysql_mysql__8.0.36-2ubuntu3_4.3.36_localhost-3306_myapp_myapp_240703104239.zip
===================================================================================

Using release version git-d14d587

The ZIP file contains the following files:

image

When uploading the zip file on Migration Center this is the error:

image

Any help with this would be greatly appreciated.