Autobase create database #892
Unanswered
algoritmsystems
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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