[FEATURE] Fallback to binaries that don't need AVX instructions. #118

Closed
opened 2026-04-05 16:15:47 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @GlassedSilver on 2/19/2026

My connection to a mariadb container succeeds, but upon trying to backup I get this error:

Backup error details
mariadb-dump failed: signal: illegal instruction – stderr: -- Connecting to 192.......

My CPU doesn't support AVX instructions, so it'd be lovely to be able to automatically fallback to binaries that don't need it or have the option to set that manually, for example with a docker environment variable.

*Originally created by @GlassedSilver on 2/19/2026* My connection to a mariadb container succeeds, but upon trying to backup I get this error: ``` Backup error details mariadb-dump failed: signal: illegal instruction – stderr: -- Connecting to 192....... ``` My CPU doesn't support AVX instructions, so it'd be lovely to be able to automatically fallback to binaries that don't need it or have the option to set that manually, for example with a docker environment variable.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#118