Encryption
On this page
Encryption at Rest
SingleStore is compatible with at-rest disk-based encryption via LUKS (Linux Unified Key Setup).
To use SingleStore with LUKS, configure your block device to be encrypted with LUKS, and then simply install SingleStore on the encrypted volume.
For more information about how to implement LUKS with different versions of Linux, see the links in the section below.ecryptfs
should never be used - only volume or block level encryption.
Example Setup Process
-
Prepare block device
-
Encrypt block device with LUKS
-
Create filesystem (i.
e. , mkfs.
)ext4 /dev/mapper/myencryptedvolume -
Mount filesystem (i.
e. , mount /dev/mapper/myencryptedvolume /data
) -
Install SingleStore normally to encrypted location using the SingleStore management tools
How to Use LUKS With Different Versions of Linux
-
Red Hat Enterprise Linux: For an overview on using LUKS with Red Hat, go here.
-
Red Hat Enterprise Linux version 5 (Linux kernel 2.
6. 18-8) -
Red Hat Enterprise Linux version 6 (Linux kernel 2.
6. 32-71) -
Red Hat Enterprise Linux version 7 (Linux kernel 3.
10. 0-123) -
Red Hat Enterprise Linux version 8 (Linux kernel 4.
18. 0-193. 65. 2. el8_ 2. x86_ 64)
-
-
SUSE Linux Enterprise Server:
-
SUSE version 10 (Linux kernel 2.
6. 16. 21-0. 8) -
SUSE version 11 (Linux kernel 2.
6. 27. 19-5. 1) -
SUSE version 12 (Linux kernel 3.
12. 28-4. 6)
-
-
Ubuntu: For information about implementing LUKS on Ubuntu, go here.
-
openSUSE: For information about implementing LUKS on openSUSE, go here.
In this section
Last modified: July 29, 2024