mirror of
https://github.com/tiennm99/postgresql-keepalive.git
synced 2026-05-19 09:26:44 +00:00
docs: redirect to consolidated db-keepalive
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
# postgresql-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=postgresql` with the new image:
|
||||
>
|
||||
> ```bash
|
||||
> docker run -d --restart unless-stopped \
|
||||
> -e DB_TYPE=postgresql \
|
||||
> -e SERVICE_URI='...' \
|
||||
> 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 PostgreSQL server.
|
||||
|
||||
## Related
|
||||
|
||||
Part of the `*-keepalive` family — same pattern, different databases:
|
||||
|
||||
- [mongodb-keepalive](https://github.com/tiennm99/mongodb-keepalive) — Mongodb
|
||||
- [mysql-keepalive](https://github.com/tiennm99/mysql-keepalive) — Mysql
|
||||
- [redis-keepalive](https://github.com/tiennm99/redis-keepalive) — Redis
|
||||
- [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).
|
||||
|
||||
Reference in New Issue
Block a user