Add notes for 2018-07-08

This commit is contained in:
Alan Orth 2018-07-08 15:05:34 +03:00
parent c353335ff5
commit 6c060c5d79
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 53 additions and 8 deletions

View File

@ -127,4 +127,24 @@ Caused by: java.lang.RuntimeException: Failed to startup the DSpace Service Mana
- Also, Udana wants me to add "Enhancing Sustainability Across Agricultural Systems" to the WLE Phase II research themes so I created a ticket to track that ([#382](https://github.com/ilri/DSpace/issues/382) - Also, Udana wants me to add "Enhancing Sustainability Across Agricultural Systems" to the WLE Phase II research themes so I created a ticket to track that ([#382](https://github.com/ilri/DSpace/issues/382)
- I need to try to finish this DSpace 5.8 business first because I have too many branches with cherry-picks going on right now! - I need to try to finish this DSpace 5.8 business first because I have too many branches with cherry-picks going on right now!
## 2018-07-06
- CCAFS want me to add "PII-FP2_MSCCCAFS" to their Phase II project tags on CGSpace ([#383](https://github.com/ilri/DSpace/issues/383)
- I'll do it in a batch with all the other metadata updates next week
## 2018-07-08
- I was tempted to do the Linode instance upgrade on CGSpace (linode18), but after looking closely at the system backups I noticed that Solr isn't being backed up to S3
- I apparently noticed this—and fixed it!—in [2016-07]({{< relref "2016-07.md" >}}), but it doesn't look like the backup has been updated since then!
- It looks like I added Solr to the `backup_to_s3.sh` script, but that script is not even being used (`s3cmd` is run directly from root's crontab)
- For now I have just initiated a manual S3 backup of the Solr data:
```
# s3cmd sync --delete-removed /home/backup/solr/ s3://cgspace.cgiar.org/solr/
```
- But I need to add this to cron!
- I wonder if I should convert some of the cron jobs to systemd services / timers...
- I sent a note to all our users on Yammer to ask them about possible maintenance on Sunday, July 14th
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->

View File

@ -30,7 +30,7 @@ There is insufficient memory for the Java Runtime Environment to continue.
<meta property="article:published_time" content="2018-07-01T12:56:54&#43;03:00"/> <meta property="article:published_time" content="2018-07-01T12:56:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-03T20:01:51&#43;03:00"/> <meta property="article:modified_time" content="2018-07-04T12:46:02&#43;03:00"/>
@ -71,9 +71,9 @@ There is insufficient memory for the Java Runtime Environment to continue.
"@type": "BlogPosting", "@type": "BlogPosting",
"headline": "July, 2018", "headline": "July, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-07/", "url": "https://alanorth.github.io/cgspace-notes/2018-07/",
"wordCount": "847", "wordCount": "1016",
"datePublished": "2018-07-01T12:56:54&#43;03:00", "datePublished": "2018-07-01T12:56:54&#43;03:00",
"dateModified": "2018-07-03T20:01:51&#43;03:00", "dateModified": "2018-07-04T12:46:02&#43;03:00",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Alan Orth" "name": "Alan Orth"
@ -280,6 +280,31 @@ Caused by: java.lang.RuntimeException: Failed to startup the DSpace Service Mana
<li>I need to try to finish this DSpace 5.8 business first because I have too many branches with cherry-picks going on right now!</li> <li>I need to try to finish this DSpace 5.8 business first because I have too many branches with cherry-picks going on right now!</li>
</ul> </ul>
<h2 id="2018-07-06">2018-07-06</h2>
<ul>
<li>CCAFS want me to add &ldquo;PII-FP2_MSCCCAFS&rdquo; to their Phase II project tags on CGSpace (<a href="https://github.com/ilri/DSpace/issues/383">#383</a></li>
<li>I&rsquo;ll do it in a batch with all the other metadata updates next week</li>
</ul>
<h2 id="2018-07-08">2018-07-08</h2>
<ul>
<li>I was tempted to do the Linode instance upgrade on CGSpace (linode18), but after looking closely at the system backups I noticed that Solr isn&rsquo;t being backed up to S3</li>
<li>I apparently noticed this—and fixed it!—in <a href="/cgspace-notes/2016-07/">2016-07</a>, but it doesn&rsquo;t look like the backup has been updated since then!</li>
<li>It looks like I added Solr to the <code>backup_to_s3.sh</code> script, but that script is not even being used (<code>s3cmd</code> is run directly from root&rsquo;s crontab)</li>
<li>For now I have just initiated a manual S3 backup of the Solr data:</li>
</ul>
<pre><code># s3cmd sync --delete-removed /home/backup/solr/ s3://cgspace.cgiar.org/solr/
</code></pre>
<ul>
<li>But I need to add this to cron!</li>
<li>I wonder if I should convert some of the cron jobs to systemd services / timers&hellip;</li>
<li>I sent a note to all our users on Yammer to ask them about possible maintenance on Sunday, July 14th</li>
</ul>
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->

View File

@ -4,7 +4,7 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/2018-07/</loc> <loc>https://alanorth.github.io/cgspace-notes/2018-07/</loc>
<lastmod>2018-07-03T20:01:51+03:00</lastmod> <lastmod>2018-07-04T12:46:02+03:00</lastmod>
</url> </url>
<url> <url>
@ -174,7 +174,7 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2018-07-03T20:01:51+03:00</lastmod> <lastmod>2018-07-04T12:46:02+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
@ -185,7 +185,7 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2018-07-03T20:01:51+03:00</lastmod> <lastmod>2018-07-04T12:46:02+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
@ -197,13 +197,13 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc> <loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2018-07-03T20:01:51+03:00</lastmod> <lastmod>2018-07-04T12:46:02+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc> <loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2018-07-03T20:01:51+03:00</lastmod> <lastmod>2018-07-04T12:46:02+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>