-
Imagine the migration alters two tables, but if I read the doc correctly gh-ost supports single table alteration. I understand that there's no "good way" of handling this kind of situation because eve…
-
Hello,
I would have a question regarding the cleanup phase of gh-ost.
After running an alter, gh-ost exited successfully.
Here are the logs from that run:
```
Copy: 66215590/66215590 100.0%; Ap…
-
Azure Single Server.
MySQL verison 8.0.24
Ghost Version - gh-ost-1.1.4-1.x86_64.rpm
ghost command:
gh-ost \
--assume-rbr \
--allow-on-master \
--azure \
--max-load=Threads_running=10 \
--…
-
What is the suggested way of handling column drops with gh-ost, when running a Rails application? We've run into problems with this, because of the [Rails schema cache](http://kirshatrov.com/2016/12/1…
-
As `gh-ost` is very flexible in where and how it can migrate a new table, we can add MySQL transportable tablespaces in the `gh-ost` process to not have to rebuild very big tables on the whole replica…
-
In mysql 5.7+ it is possible to rename the source db during replication:
`CHANGE REPLICATION FILTER REPLICATE_REWRITE_DB = ((db1, db2));`
For instance, you may have three source hosts `a`, `b` and…
-
**描述您想要的功能:**
gh-ost暂停几个任务后,有几率假死,不能工作
**描述您考虑过的解决/替代方案:**
观察日志,没提示任何报错
**可参考文档,资料,引用等:**
-
When trying to change a column from NULLABLE to NOT NULL, I run in the following error :
`Error 1048: Column 'c186' cannot be null`
Version :
```
# ./gh-ost --version
e48844de0bee9a8db611a06cd6…
-
It would be good to integrate the [Prometheus client library](https://github.com/prometheus/client_golang) to expose Orchestrator metrics like we already do for [graphite](https://github.com/github/or…
-
I'm trying to put together documentation on using this for a single database instance (no cluster, master-master, etc..). What I have so far is still not working.
1. Make sure it's an https://githu…