mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[FEATURE] Fallback to binaries that don't need AVX instructions. #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GlassedSilver on 2/19/2026
My connection to a mariadb container succeeds, but upon trying to backup I get this error:
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.