Skip to content

Conversation

@andysh-uk
Copy link
Contributor

@andysh-uk andysh-uk commented Nov 22, 2021

This is a guide to use the new S3 Storage Engine included in MariaDB 10.5+ to archive tables in a read-only state to Linode Object Storage.

@netlify
Copy link

netlify bot commented Nov 22, 2021

@andysh-uk andysh-uk marked this pull request as ready for review January 16, 2022 12:17
@wildmanonline wildmanonline changed the title Archive MariaDB tables to Object Storage [New] Archive MariaDB Tables to Linode Object Storage" May 6, 2024
@wildmanonline
Copy link
Collaborator

Title is very similar to an existing guide by the same author: https://www.linode.com/docs/guides/backup-mariadb-mysql-to-object-storage-with-restic/

@andysh-uk
Copy link
Contributor Author

Hi, the linked guide was about backing up a whole MySQL/MariaDB database to Linode Object Storage. The file saved on OS is a SQL file that can be used to restore the DB. The original table data still lives on the local server in MySQL/MariaDB on the original storage engine.

This guide in the PR uses Maria DB’s S3 storage engine to store the table on OS. Whenever the table is read from (e.g. SELECT * FROM …), the MariaDB storage engine reads the data from Object Storage. The data no longer lives on the server, it is stored in OS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants