Update docker and docker-compose across production cluster #7676
Labels
Affects: Configuration
Related to the configuration of the dev/staging/prod environments, CI, docker, etc. [managed]
Lead: @cdrini
Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed]
Priority: 2
Important, as time permits. [managed]
Theme: Provisioning
Milestone
The only potential change that could cause us problems is that newer versions of docker-compose use hyphens instead of underscores in their container names. E.g. Previously our container would be called
openlibrary_web_1
. Now it will beopenlibrary-web-1
openlibrary_
orsolr_builder_
. Switch any matches to hyphens.Then we can start migrating prod. Do in this order, confirming after each step the containers restarted correctly.
The text was updated successfully, but these errors were encountered: