Currently, the MySQL database for Etherpad has 629 771 rows in a store table, used by UeberDB as a K/V store.
Redis is a specialized server for such use, MySQL isn't really.
Plan
- Spin a redis container
- Shutdown Etherpad container
- Backup MySQL data
- Migrate Etherpad-Lite from MySQL to Redis (that's a Go program)
- Reconfigure Etherpad to use Redis
- Restart container
Authorization
As our Etherpad installation is shared, this needs an approval from @ledesillusionniste for Wolfplex.