mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-04 22:33:02 +01:00
25 lines
993 B
Markdown
25 lines
993 B
Markdown
---
|
|
title: "December, 2020"
|
|
date: 2020-12-01T11:32:54+02:00
|
|
author: "Alan Orth"
|
|
categories: ["Notes"]
|
|
---
|
|
|
|
## 2020-12-01
|
|
|
|
- Atmire responded about the issue with duplicate data in our Solr statistics
|
|
- They noticed that some records in the statistics-2015 core haven't been migrated with the AtomicStatisticsUpdateCLI tool yet and assumed that I haven't migrated any of the records yet
|
|
- That's strange, as I checked all ten cores and 2015 is the only one with some unmigrated documents, as according to the `cua_version` field
|
|
- I started processing those (about 411,000 records):
|
|
|
|
<!--more-->
|
|
|
|
```console
|
|
$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2015
|
|
```
|
|
|
|
- AReS went down when the `renew-letsencrypt` service stopped the `angular_nginx` container in the pre-update hook and failed to bring it back up
|
|
- I ran all system updates on the host and rebooted it and AReS came back up OK
|
|
|
|
<!-- vim: set sw=2 ts=2: -->
|