-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Motivation
[gh-ost](https://github.com/github/gh-ost) is a trigger…
-
Probably related to #403. Upon issuing a cut-over, `gh-ost` exits after several attempts to wait for `AllEventsUpToLockProcessed` event to appear. Have verified that `AllEventsUpToLockProcessed` is in…
-
Hello everyone!
I am currently running a long running migration on Aurora MySQL 5.7. I running it on a copy of my production database. With Aurora style replication (meaning not actual replication…
-
I'm having trouble connecting gh-ost to a MariaDB 10.6.12 database hosted on AWS RDS.
The problem is that in this version of the database, the REPLICATION CLIENT privilege has been changed.
Steps …
-
### What did you do?
Setup a dm cluster and online schema change by gh-ost --cut-over=two-step
gh-ost \
--user="root" \
--password="root" \
--host=10.10.10.101 \
--port=3336 \
--database="te…
-
I'm using `gh-ost` on my local environment to test if my migration is work.
My master-slave setting is
`127.0.0.1:3307` -> master by docker image
`127.0.0.1:3308` -> slave by docker image
I'…
-
Hi, Wanted to find out if you are using any database migration tools at GitHub along with gh-ost to make the process of applying database migrations seamless, we are looking to integrate gh-ost with e…
-
**gh-ost swap table caused writeset replication issues.**
We have bi-directional (master -master) replication for mysql. I ran below statement to alter table:
/usr/bin/gh-ost --alter…
-
If the old table has a generated column then `gh-ost` tries to insert on the generated column on the new table.
It does not detect the error and tries to continue.
The solution is:
1. detect the fail…
-
As suggested in https://github.com/github/gh-ost/issues/243#issuecomment-249517577