Hi, I have some problems.
These are my system versions.
Ubuntu : 18.04.20
MariaDB : 10.2
MySQL : 8.0
I used mysql-shell as snap install (Ubuntu 18.x doesn't work mysql-shell install).
So I ran this script as python, and this error occurred.
Has anyone solved this problem? Only a warning appears in the text, but I get an error.
mysql-py []> util.dump_instance("/backup/mariadb_dump", {"threads": 16, "showProgress": True, "compatibility": ["force_innodb", "strip_definers", "strip_restricted_grants"], "users": False, "ocimds": True})
Acquiring global read lock
Global read lock acquired
Gathering information - done
Global read lock has been released
Traceback (most recent call last):
File "<string>", line 1, in <module>
mysqlsh.DBError: MySQL Error (1193): Util.dump_instance: Unknown system variable 'GTID_EXECUTED'