Replies: 1 comment
|
Hey @nugrahadi 👋 That error isn’t really a Databasement bug — it’s a client/server version mismatch. What’s actually happeningDatabasement ships a recent Your source server is MariaDB 5.5.64, where Flags like What I’d recommendThe right fix is to upgrade the source server. MariaDB 5.5 has been End-of-Life since April 2020 — no more security patches, no more bug fixes, and as you can see it’s no longer compatible with current client tooling. Even moving to MariaDB 10.6 (a current LTS) would solve this and a lot of other latent issues. If upgrading really isn’t possible right now, your only realistic options are:
I’m going to leave Databasement’s Hope that clarifies it 🙏 |
Uh oh!
There was an error while loading. Please reload this page.
because I'm not sure whether to write it as an issue or not, so I'll write it here first.
I have a problem backing up a database server, it has this error log
Backup failed: mariadb-dump: Couldn't execute 'select column_name, extra, generation_expression, data_type from information_schema.columns where table_schema=database() and table_name='access_keys' order by ordinal_position': Unknown column 'generation_expression' in 'field list' (1054)already tried using
--column-statistics=0and--compactbut the error still existdatabase server version is mariadb-5.5.64. any suggestion?
All reactions