Jacky Tang
Jacky Tang
### Issue description We configure the routes in our development environment's apisix dashboard, just like a baseline, then export it, and import it on the client's server. ### Expected behavior...
Version:1.19.1 pgbouncer.ini: ``` [users] %include /etc/pgbouncer/useropts.txt [databases] %include /etc/pgbouncer/database.txt [pgbouncer] pool_mode = transaction listen_addr = * listen_port = 6432 auth_type = hba auth_file = /etc/pgbouncer/userlist.txt auth_hba_file = /etc/pgbouncer/pgb_hba.conf admin_users =...
## Is your feature request related to a problem? Well, in some dev env, sometimes the db's schema is different, not just "public". ## Describe the solution you'd like Just...