Domantas Speciunas
Domantas Speciunas
Tiup version ``` [root@dm-test-mst01 ~]# tiup -v 1.6.0 tiup Go Version: go1.17.1 Git Ref: v1.6.0 GitHash: 0295c073463edc68696542f4ec9c9f5b4c07c5c1 [root@adv-dev-dm-test-mst01 ~]# ``` Dm version, you can also find the in initial post....
I found issue, it was compressed columns in the source DB. Issue not only with tables which used in dm replication, but with any compressed column in the source bin-log.
Also upgrade to awx-migration-24.3.0 fail with same error: ``` AttributeError: 'ContentType' object has no attribute 'model_class' Applying main.0192_custom_roles... ```
> This is already a breaking change in 2.x. Currently there is no way to use SAML as far as I can tell. Is there a recommended workaround until 3.0.0...
Was able reproduce this with 40 hosts with ansible-core 2.15.10/ansible 8.7.0 and ansible-core 2.16.6/ansible 9.4.0 ``` TASK [common : Discard ansible cache] ******************************************************************************************************************************************* ok: [adp-srv01.arakis.hk] ok: [u.arakis.hk] ok: [h.arakis.hk] ERROR!...
This patch works with ansible 2.15.10 and 2.16.5 https://github.com/philfry/mitogen/commit/a1af885244eb685ca43e30e7cbe76e0b846e2c0b
Found issue with this patch for mitogen, tested with ansible 2.15.8 (python 3.9.3) and ansible 2.16.2 (python 2.11.6) and destination host `Python 3.9.18` `CentOS Stream release 9`, aws collections: ```...
If to install on target `dnf install python-certifi ` or ` pip install certifi `, that solves issue, but without mitogen it works without any install on target.
Tried with python3.12 (Fedora 38 made with virtual env) ``` ERROR! Unexpected Exception, this is probably a bug: No module named 'imp' the full traceback was: Traceback (most recent call...
More issues when target is centos8(python3.6.8), host fedora39(3.12.1): ``` - import_tasks: redhat.yaml when: ansible_os_family == 'RedHat' ``` ``` ERROR! [mux 23009] 17:33:36.040315 E mitogen.[fork.2463684]: while importing 'ansible.utils.unsafe_proxy' Traceback (most recent...