You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the 'ght-restore-mysql' script on my remote server and then shifted the process to run in the background and disowned it. ( I pressed ctrl+Z, then command 'bg', 'disown' ). The problem is I think my schema creation is completed but the bash script still gets shown as a running process with a status S. And as I didn't use any nohup command or such, I don't have an output log where I can check any exit code.
So, I was thinking if there's any way to check if my schema creation is completed or else I'd have to run the script again to be completely sure.
I used the latest June dump (mysql-2018-06-01) and after running the script,
my ghtorrent database shows a size of 357.33 GB.
+-----------------------+---------------+
| DB Name | DB size in MB |
+-----------------------+---------------+
| ghtorrent_june01_2018 | 365905.6 |
Can anyone confirm if the size I get is accurate?
Or Is there any other way to check is the schema creation is complete or not?
The text was updated successfully, but these errors were encountered:
I ran the 'ght-restore-mysql' script on my remote server and then shifted the process to run in the background and disowned it. ( I pressed ctrl+Z, then command 'bg', 'disown' ). The problem is I think my schema creation is completed but the bash script still gets shown as a running process with a status S. And as I didn't use any nohup command or such, I don't have an output log where I can check any exit code.
So, I was thinking if there's any way to check if my schema creation is completed or else I'd have to run the script again to be completely sure.
I used the latest June dump (mysql-2018-06-01) and after running the script,
my ghtorrent database shows a size of 357.33 GB.
Can anyone confirm if the size I get is accurate?
Or Is there any other way to check is the schema creation is complete or not?
The text was updated successfully, but these errors were encountered: