koji / manual / staging sync: fixes from recent sync

* The password was being set to the prod one
* The allowed ip in the database was the phx2 one. ;(
* The sequences were too low, prod already passed those, so increase
  them.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-03 10:03:52 -07:00
parent 826c2f8c7f
commit 1cab62674b
3 changed files with 7 additions and 4 deletions

View file

@ -71,7 +71,7 @@
#host all all ::1/128 @authmethod@
local all all ident
host koji koji 10.5.128.166 255.255.255.255 md5
host koji koji 10.3.167.64 255.255.255.255 md5
host all all 0.0.0.0 0.0.0.0 md5
host replication all 0.0.0.0 0.0.0.0 md5
# Note, I can't think of a reason to make this more restrictive than ipv4 but