© 2026 Hashnode
Intro Hello again, and welcome to the second post in my Unraid snapshot automation series! In my first post, we explored how to use Ansible to automate the creation of VM snapshots on Unraid, simplifying the backup process for home lab setups or even...

Intro Hello! Welcome to my very first blog post EVER! In this series, I’ll dive into how you can leverage Ansible to automate snapshot creation and restoration in Unraid, helping to streamline your backup and recovery processes. Whether you’re new to...

Exploring Unraid: A Flexible Storage and Virtualization Solution Unraid is a unique storage operating system that offers a flexible and easy-to-use platform for managing storage, virtualization, and media server applications. With its intuitive inter...

mysql recovery mode ssh into unraid cd /mnt/user/appdata/mariadb-official/config nano my.cnf paste in [mysqld] innodb_force_recovery=1 exit chmod 0444 my.cnf restart the docker container. Fix whatever broke specifically, I broke a table in my nex...
