From a070a221803c2044dab3f6a33d84db09c8e14f36 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Mon, 11 May 2026 20:16:09 +0700 Subject: [PATCH] docs: redirect to consolidated db-keepalive --- mysql/README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/mysql/README.md b/mysql/README.md index 581cfc2..1cb030e 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -1,13 +1,23 @@ # mysql-keepalive + +> [!IMPORTANT] +> **Archived — moved to [tiennm99/db-keepalive](https://github.com/tiennm99/db-keepalive).** +> +> All six `*-keepalive` repos were consolidated into a single binary with pluggable adapters. Use `DB_TYPE=mysql` with the new image: +> +> ```bash +> docker run -d --restart unless-stopped \ +> -e DB_TYPE=mysql \ +> -e DATA_SOURCE_NAME='...' \ +> ghcr.io/tiennm99/db-keepalive:latest +> ``` +> +> The source here is retained for git history. No further changes will land on this repo. + +## Original description + Go utility performs periodic operations to MySQL server. -## Related - -Part of the `*-keepalive` family — same pattern, different databases: - -- [mongodb-keepalive](https://github.com/tiennm99/mongodb-keepalive) — Mongodb -- [redis-keepalive](https://github.com/tiennm99/redis-keepalive) — Redis -- [postgresql-keepalive](https://github.com/tiennm99/postgresql-keepalive) — Postgresql -- [valkey-keepalive](https://github.com/tiennm99/valkey-keepalive) — Valkey -- [couchbase-keepalive](https://github.com/tiennm99/couchbase-keepalive) — Couchbase +## License +Apache-2.0 — see [LICENSE](LICENSE).