You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resulting pgbouncer.ini file will contain wrong connection parameters.
This part of the entrypoint.sh script does not work as expected in this case
# extract the host -- updated
hostport=`echo $url | sed -e s,$userpass@,,g | cut -d/ -f1`
The text was updated successfully, but these errors were encountered:
alexandersm
changed the title
Pgbouncer is incorrectly if the password contains * symbol
Pgbouncer works incorrectly if the password contains * symbol
Oct 29, 2021
alexandersm
changed the title
Pgbouncer works incorrectly if the password contains * symbol
Pgbouncer's entrypoint works incorrectly if the password contains * symbol
Oct 29, 2021
Steps to reproduce
Resulting pgbouncer.ini file will contain wrong connection parameters.
This part of the entrypoint.sh script does not work as expected in this case
The text was updated successfully, but these errors were encountered: