diff --git a/content/posts/2019-01.md b/content/posts/2019-01.md index 369e1d941..032531db8 100644 --- a/content/posts/2019-01.md +++ b/content/posts/2019-01.md @@ -58,4 +58,14 @@ Moving: 18497180 into core statistics-2018 - This could by why the outbound traffic rate was high, due to the S3 backup that run at 3:30AM... - Run all system updates on DSpace Test (linode19) and reboot the server +## 2019-01-03 + +- Update local Docker image for DSpace PostgreSQL, re-using the existing data volume: + +``` +$ sudo docker pull postgres:9.6-alpine +$ sudo docker rm dspacedb +$ sudo docker run --name dspacedb -v /home/aorth/.local/lib/containers/volumes/dspacedb_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine +``` + diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index 89f52a37a..7e4326c6b 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -27,7 +27,7 @@ I don’t see anything interesting in the web server logs around that time t " /> - + @@ -60,9 +60,9 @@ I don’t see anything interesting in the web server logs around that time t "@type": "BlogPosting", "headline": "January, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-01/", - "wordCount": "275", + "wordCount": "312", "datePublished": "2019-01-02T09:48:30+02:00", - "dateModified": "2019-01-02T10:28:26+02:00", + "dateModified": "2019-01-02T20:52:39+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -186,6 +186,17 @@ Moving: 18497180 into core statistics-2018
$ sudo docker pull postgres:9.6-alpine
+$ sudo docker rm dspacedb
+$ sudo docker run --name dspacedb -v /home/aorth/.local/lib/containers/volumes/dspacedb_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
+
+
diff --git a/docs/robots.txt b/docs/robots.txt
index 1405dffd5..c454234ec 100644
--- a/docs/robots.txt
+++ b/docs/robots.txt
@@ -43,7 +43,7 @@ Disallow: /cgspace-notes/2015-12/
Disallow: /cgspace-notes/2015-11/
Disallow: /cgspace-notes/
Disallow: /cgspace-notes/categories/
-Disallow: /cgspace-notes/tags/notes/
Disallow: /cgspace-notes/categories/notes/
+Disallow: /cgspace-notes/tags/notes/
Disallow: /cgspace-notes/posts/
Disallow: /cgspace-notes/tags/
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 098765024..7898c0557 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,7 +4,7 @@