You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=0 and --compact but the error still exist
database server version is mariadb-5.5.64. any suggestion?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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?
Beta Was this translation helpful? Give feedback.
All reactions