pulibrary / pul_solr

PU Library Solr Configs and Specs
Apache License 2.0
5 stars 0 forks source link

Collections.yml is not up-to-date for prod #416

Closed sandbergja closed 3 months ago

sandbergja commented 3 months ago

Expected behavior

When the backup runs, it tries to backup all the collections we use in production. It does not attempt to backup collections that don't exist.

Actual behavior

It attempts to backup non-existent collections, and does not attempt to backup other collections that totally do exist!

Steps to replicate

  1. ssh deploy@lib-solr-prod7
  2. Look at /tmp/solr_backup.log
  3. Note that it tries to backup the non-existent collection catalog-production1
  4. Note that it makes no attempt to backup the collections dss-production2, pdc-discovery-production1, pdc-discovery-production2, special-collections-prod2, or figgy-edge
  5. ls /mnt/solr_backup/solr8/production/20240605
  6. Note that we have no backups for dss, pdc-discovery, special collections, or figgy edge.

Impact of this bug

Implementation notes, if any

We need to update collections.yml