Sync failure Oracle Linux 8

I’ve been getting nightly errors from my SUSE Manager regarding Oracle Linux 8..

Exception reported from uyuni-server.mgr.internal
Time: Mon Feb 9 03:56:59 2026
Exception type <class 'psycopg2.errors.StringDataRightTruncation'>

Exception Handler Information
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/spacewalk/satellite_tools/reposync.py", line 787, in sync
modulemd_importer.import_module_metadata()
File "/usr/lib/python3.6/site-packages/spacewalk/satellite_tools/appstreams.py", line 115, in import_module_metadata
module_id = self._insert_module(nsvca)
File "/usr/lib/python3.6/site-packages/spacewalk/satellite_tools/appstreams.py", line 231, in _insert_module
a=module.arch,
File "/usr/lib/python3.6/site-packages/spacewalk/server/rhnSQL/sql_base.py", line 152, in execute
return self._execute_wrapper(self._execute, *p, **kw)
File "/usr/lib/python3.6/site-packages/spacewalk/server/rhnSQL/driver_postgresql.py", line 370, in _execute_wrapper
retval = function(*p, **kw)
File "/usr/lib/python3.6/site-packages/spacewalk/server/rhnSQL/sql_base.py", line 186, in _execute
return self._execute_(args, kwargs)
File "/usr/lib/python3.6/site-packages/spacewalk/server/rhnSQL/driver_postgresql.py", line 399, in _execute_
self._real_cursor.execute(self.sql, params)
psycopg2.errors.StringDataRightTruncation: value too long for type character varying(16)

I’ve seen on the Uyuni Project Github that a fix has been implemented..

Does anyone know when this fix might make it down to Multi-Linux Manager? I’m eager to get patching my oracle servers again.