Autobase create database #892
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Updating the config
ansible-playbook config_pgcluster.yml, will recreate the new database, i.e. will it erase the data?pgbouncer_pools:
How to configure such parameters default_pool_size = 100, reserve_pool_size = 30, max_db_connections = 150, max_client_conn = 3000, query_wait_timeout = 90 ... in such case?
- { name: "mydatabase2", dbname: "mydatabase2", pool_parameters: "default_pool_size = 100, reserve_pool_size = 30, max_db_connections = 150, max_client_conn = 3000, query_wait_timeout = 90 pool_mode=transaction" }so?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions