Our ArchivesSpace configuration choices, including plugins and their versions.
We install any new plugins, version updates, or config changes on dev for testing before making the corresponding change on prod.
We are on v3.5.1 (prod) and v3.5.1 (staging)
setting | staging | prod |
---|---|---|
SOLR | AppConfig[:indexer_records_per_thread] = 15 AppConfig[:indexer_thread_count] = 2 AppConfig[:pui_indexer_enabled] = false |
AppConfig[:indexer_records_per_thread] = 15 AppConfig[:indexer_thread_count] = 2 AppConfig[:pui_indexer_enabled] = false (updated 12/10/23) |
infrastructure | ASpace (in Docker container) and SOLR running on one ECS server; MySQL on separate shared RDS MySQL server | ASpace and SOLR running on one ECS server; MySQL on separate shared RDS MySQL server |