Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quick_monolith_install script with settings for Ubuntu 22.04 #6202

Merged
merged 3 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions quick_monolith_install/sample-environment/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ postgres_override:
postgresql_max_stack_depth: 4MB
postgresql_shared_buffers: 1GB

SEPARATE_FORM_PROCESSING_DBS: False

dbs:
form_processing:
partitions:
p1:
shards: [0, 511]
p2:
shards: [512, 1023]
form_processing: null
4 changes: 4 additions & 0 deletions quick_monolith_install/sample-environment/public.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ elasticsearch_cluster_name: '{{env_name}}-es'
elasticsearch_version: 2.4.6
elasticsearch_download_sha256: 5f7e4bb792917bb7ffc2a5f612dfec87416d54563f795d6a70637befef4cfc6f.

formplayer_java_version: {% raw %}"{{ java_17_bin_path }}/java"
{% endraw %}

backup_blobdb: True
backup_postgres: 'plain'
backup_es_s3: False
Expand All @@ -27,6 +30,7 @@ couchdb_cluster_settings:
n: 1

couchdb_use_haproxy: True
haproxy_version: 2.4
couch_dbs:
default:
host: 127.0.0.1
Expand Down