From 2c5174a1ec172f1d8bb9a94354ac354dd047d76f Mon Sep 17 00:00:00 2001 From: colaftc Date: Thu, 25 Dec 2025 10:54:03 +0800 Subject: [PATCH] fix: wrong password type --- celerybeat-schedule-shm | Bin 32768 -> 32768 bytes celerybeat-schedule-wal | Bin 4120032 -> 4120032 bytes deploy/pgbouncer/pgbouncer.ini | 2 +- deploy/pgbouncer/userlist.txt | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/celerybeat-schedule-shm b/celerybeat-schedule-shm index e8f0e9134959d9bc1b39f0f574332d0f361f51ea..0937832433170caf28306e6ab847c3608fdd9ccb 100644 GIT binary patch delta 163 zcmZo@U}|V!s+V}A%K!r37#SFVNPq>%W(H#Ztm9epKTfQfd^B3yL*xAmWaW0|z7H#)W^G7@0OMWHko>47D=U diff --git a/celerybeat-schedule-wal b/celerybeat-schedule-wal index bfc2fec24f48b2a72254ad1bbf2c96723c64d54d..0c43ec2c33ccd0c63ea8a14ccab0ae9de928a91b 100644 GIT binary patch delta 342 zcmXBLKT85}0D$59nSaXEGb<}IJFV0*t*or9^rlcm5VvS)6r0@L1Y0jWXo|i<5OP*a zTaa_Ri{MnW2@dsw!!tg;w~^@K=}K|Na?zi`-}Q~Bb1`}`Dz%j15C!8spZOB4zN;n27>%~v={pHZ|I!@J(s$9SOeS9vtzh%*FWtCtuT#(_$3_O^{9OmK00v53ZAC}?A3IbS#f*?Xz!#Xw)Mg&o8Vhb^BBaQ@iu!}t; Yv5x~BB84Ly;{<7(;tc18re;bH{~OtaRR910 delta 333 zcmWN=Jxc;%0KoC{NlU%6$I8?!OS3Xx(zH^0Q4WH(;C7dAZt^RL2u=qM4dEg<*ihU_9#my{)_#KIF^b*`+9oRU0dEq>W`q{tVyd z;!Ep4-p_@2inS`noqhT@>(+~EwQsn;rBHjV=0mP#>J3x3P;iM>+PKUW+UcN^DmA*e zN=Y}@xXulFxJfU4^mB^=ZgYo0?sAVIhPlrO4|vEUMtRH_<4iEg6Q-EvDKpISjOV;y Tj(HY%$tzy-hQ*<&myGs5aPEF^ diff --git a/deploy/pgbouncer/pgbouncer.ini b/deploy/pgbouncer/pgbouncer.ini index 5e6028f..46254e4 100644 --- a/deploy/pgbouncer/pgbouncer.ini +++ b/deploy/pgbouncer/pgbouncer.ini @@ -5,7 +5,7 @@ flower = host=postgres port=5432 dbname=flower pool_mode=session [pgbouncer] listen_addr = 0.0.0.0 listen_port = 6432 -auth_type = md5 +auth_type = plain auth_file = /etc/pgbouncer/userlist.txt pool_mode = session max_client_conn = 800 diff --git a/deploy/pgbouncer/userlist.txt b/deploy/pgbouncer/userlist.txt index 60cf607..7870af9 100644 --- a/deploy/pgbouncer/userlist.txt +++ b/deploy/pgbouncer/userlist.txt @@ -1,2 +1,2 @@ -"postgres" "md53175bce1d3201d16594cebf9d7eb3f9d" -"pgbouncer_stats" "md5020ee831c95741b96bf72786eed800c1" +"postgres" "postgres" +"pgbouncer_stats" "stats"