SaltStack Job Cache with MySQL Backend
Setting Up SaltStack Job Cache with MySQL Backend
The SaltStack Job Cache functionality allows you to persist all Salt operations in a MySQL database, providing a centralized storage for job execution data.
Prerequisites
Begin by installing the MySQL Python connector on your Salt master node:
yum install MySQL-python
Configuring Salt Master
Ed ...
Posted on Mon, 15 Jun 2026 17:54:37 +0000 by snaack