-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Init fails due to violated check constraints #13
Comments
I did some digging and this is because version 29 has not been published. |
I fixed it by installing
|
I'm getting the same error, even after instalilng Update: After uninstalling |
after that. also didn't work
|
i had similar errors when trying to bootstrap a fresh database the last days and tried multiple things and made a few mistakes. sharing this will hopefully help you. A) don't split db creation and importmake sure to remove and re-create the database before you run i've done something like this to create the database in a first step and import data in a second step.
⚠ this won't work, as
B) set keepalivei've adapted replication.py to set keepalive settings as suggested in https://stackoverflow.com/a/63130830
helpful debug commandsi've had hanging copy and commits blocking my database (due to mistake A). to better know what currently is going on you can connect to your database (eg using
query for any long running commands
terminate a pid
|
You're right, after repeatedly trying to download data directly using mbslave without success, I used the method you mentioned:
But it gets stuck at "release" table every time
It seems like the process has been running for a day. I don't know what's going on. |
@kevinlee819 please read carefully: the method described in A does not work as it will create a database with triggers so please make sure you start with a fresh database, and try if updated |
I'm initing the database with these commands:
and running into this error:
The text was updated successfully, but these errors were encountered: