From d13f510136511ba5c0e47dd79e05b2b943007d98 Mon Sep 17 00:00:00 2001 From: Marcos <98694620+marcos-devarts@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:12:09 +0200 Subject: [PATCH] Update superuser compatibility documentation I've successfully tested it using mysql 8.4.4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cab3b53..1084813 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ See the examples folder for details. * `DBAGENT_USER` Database user (defaults to `dbagent`) * `DBAGENT_PASSWORD` Database password (defaults to `dbagent`) * `DBAGENT_SOCKET` Database server socket (if host/port is not used) -* `DBAGENT_SUPER_USER` Superuser name (postgres only) -* `DBAGENT_SUPER_DB` Superuser database (postgres only) -* `DBAGENT_SUPER_PASSWORD` Superuser password (postgres only) +* `DBAGENT_SUPER_USER` Superuser name +* `DBAGENT_SUPER_DB` Superuser database +* `DBAGENT_SUPER_PASSWORD` Superuser password * `DBAGENT_WAIT_TIMEOUT_IN_SEC` Timeout in seconds before db:wait_server and db:wait give up * `DBAGENT_VIEWPOINT` Bmg viewpoint (class name) when using db:flush * `DBAGENT_MIGRATIONS_TABLE` The table containing the list of migrations (defaults to `schema_migrations`)