-
Notifications
You must be signed in to change notification settings - Fork 26
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
liquibase.exception.UnexpectedLiquibaseException: Percona exited with 255 #472
Comments
@adangel - can you please help me on this? |
Could you clarify which bug you are referring to? Does it work 4.26.0? |
we are trying [liquibase percona] . We are not sure what is details of the above error. We did not try the 4.26.0. |
Exit status 255 ("Percona exited with 255") is strange, this is not listed in the documentation: https://docs.percona.com/percona-toolkit/pt-online-schema-change.html#exit-status Is the script executable? Are all required perl modules installed? What happens if you call on the commandline manually |
So, it seems something is wrong with pt-online-schema-change. The exception "Percona exited with 255" only happens, when pt-online-schema change indeed exits with 255, and this will only be the case after "Executing: pt-online-schema-change..." has been logged already. Logging is in line 210, the exception is thrown later in line 251. You might want to set the property A complete log could maybe help to investigate the problem further. |
We are using the latest version of the package [ Liquibase 4.27.0 (liquibase-percona 4.27.0). Percona Toolkit 3.5.7. ] . we are getting the below error. can you please confirm whether the password-passing pt-osc command bug is fixed in this code?
The text was updated successfully, but these errors were encountered: