Related to T3373
Details
Details
- Reviewers
ardumont - Group Reviewers
System administrators - Maniphest Tasks
- T3373: Metadata search is failing due to a boolean field in the mapping of the metadata fields
- Commits
- rSPSITEf5d049c76829: swh-search: configure webapp1 to use the v0.9.0 index
- moma:
*** Running octocatalog-diff on host moma.softwareheritage.org I, [2021-06-23T12:55:25.544020 #19721] INFO -- : Catalogs compiled for moma.softwareheritage.org I, [2021-06-23T12:55:27.931607 #19721] INFO -- : Diffs computed for moma.softwareheritage.org I, [2021-06-23T12:55:27.931659 #19721] INFO -- : No differences *** End octocatalog-diff on moma.softwareheritage.org
- webapp1
diff origin/production/webapp1.internal.softwareheritage.org current/webapp1.internal.softwareheritage.org ******************************************* File[/etc/softwareheritage/search/server.yml] => parameters => content => @@ -11,6 +11,6 @@ indexes: origin: - index: origin-production - read_alias: origin-read - write_alias: origin-write + index: origin-v0.9.0 + read_alias: origin-read-v0.9.0 + write_alias: origin-write-v0.9.0 _ ******************************************* *** End octocatalog-diff on webapp1.internal.softwareheritage.org
Diff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Also update the index name. It's not necessary as only the aliases are used, for the searchbut it's cleaner