Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to check if my schema creation (through ght_restore_mysql script) is complete #70

Open
nasifimtiazohi opened this issue Jun 11, 2018 · 0 comments

Comments

@nasifimtiazohi
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant