diff --git a/content/posts/2020-06.md b/content/posts/2020-06.md
index 7442d124e..1c112e16e 100644
--- a/content/posts/2020-06.md
+++ b/content/posts/2020-06.md
@@ -366,4 +366,34 @@ dspace=# \COPY (SELECT DISTINCT text_value AS author, COUNT(*) FROM metadatavalu
COPY 3917
```
+## 2020-06-15
+
+- Macaroni Bros emailed me to say that they are having issues with thumbnail links on the REST API
+ - For some reason all the bitstream `retrieveLink` links are wrong because they use `/bitstreams/` instead of `/rest/bitstreams/`, which leads to an HTTP 404
+ - I looked on DSpace Test, which is running DSpace 6 dev branch right now, and the links are OK there!
+ - Looks like someone [reported this issue on DSpace 6](https://jira.lyrasis.org/browse/DS-3193)
+ - Other large DSpace 5 sites have this same issue: https://openknowledge.worldbank.org/handle/10986/30568
+ - I can't believe nobody ever noticed this before...
+ - I tried to port the patch from DS-3193 to DSpace 5.x and it builds, but causes an HTTP 500 Internal Server error when generating bitstream links
+ - Well the correct URL should have `/rest/` anyways, and that's how the URLs are in DSpace 6 anyways, so I will tell Macaroni to just make sure that those links use `/rest/`
+
+## 2020-06-16
+
+- Looks like the PostgreSQL connection/lock issue might be fixed because it's been six days with no reoccurrence:
+
+![PostgreSQL connections week](/cgspace-notes/2020/06/postgres_connections_ALL-week3.png)
+
+- And CGSpace is being harvested successfully by AReS every day still
+- Fix some CIP subjects that had two different styles of dashes, causing them to show up differently in Discovery
+ - `SWEETPOTATO AGRI‐FOOD SYSTEMS` → `SWEETPOTATO AGRI-FOOD SYSTEMS`
+ - `POTATO AGRI‐FOOD SYSTEMS` → `POTATO AGRI-FOOD SYSTEMS`
+- They also asked me to update `INCLUSIVE VALUE CHAINS` to `INCLUSIVE GROWTH`, both in the existing items on CGSpace and the submission form
+
+## 2020-06-18
+
+- I guess Atmire fixed the CUA download issue after updating the version for Font Awesome 5, but now I get an error during ant update
+ - I tried to remove the `config/spring` directory, but it still fails
+ - The same issue happens on my local environment and on the DSpace Test server
+ - I raised the issue with Atmire
+
diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html
index 13fd05bbe..0db9ccd03 100644
--- a/docs/2020-06/index.html
+++ b/docs/2020-06/index.html
@@ -19,7 +19,7 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes
-
+
@@ -43,9 +43,9 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes
"@type": "BlogPosting",
"headline": "June, 2020",
"url": "https://alanorth.github.io/cgspace-notes/2020-06/",
- "wordCount": "2600",
+ "wordCount": "2889",
"datePublished": "2020-06-01T13:55:39+03:00",
- "dateModified": "2020-06-14T10:11:12+03:00",
+ "dateModified": "2020-06-14T16:06:56+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -500,7 +500,46 @@ Total number of bot hits purged: 29025
dspace=# \COPY (SELECT DISTINCT text_value AS author, COUNT(*) FROM metadatavalue WHERE metadata_field_id = (SELECT metadata_field_id FROM metadatafieldregistry WHERE element = 'contributor' AND qualifier = 'author') AND resource_type_id = 2 AND resource_id IN (SELECT item_id FROM collection2item WHERE collection_id IN (SELECT resource_id FROM hANDle WHERE hANDle IN ('10568/100533', '10568/100653', '10568/101955', '10568/106580', '10568/108469', '10568/51671', '10568/53085', '10568/53086', '10568/53087', '10568/53088', '10568/53089', '10568/53090', '10568/53091', '10568/53092', '10568/53093', '10568/53094', '10568/64874', '10568/69069', '10568/70150', '10568/88229', '10568/89346', '10568/89347', '10568/99301', '10568/99302', '10568/99303', '10568/99304', '10568/99428'))) GROUP BY text_value ORDER BY count DESC) TO /tmp/cip-authors.csv WITH CSV;
COPY 3917
-
+2020-06-15
+
+- Macaroni Bros emailed me to say that they are having issues with thumbnail links on the REST API
+
+- For some reason all the bitstream
retrieveLink
links are wrong because they use /bitstreams/
instead of /rest/bitstreams/
, which leads to an HTTP 404
+- I looked on DSpace Test, which is running DSpace 6 dev branch right now, and the links are OK there!
+- Looks like someone reported this issue on DSpace 6
+- Other large DSpace 5 sites have this same issue: https://openknowledge.worldbank.org/handle/10986/30568
+- I can’t believe nobody ever noticed this before…
+- I tried to port the patch from DS-3193 to DSpace 5.x and it builds, but causes an HTTP 500 Internal Server error when generating bitstream links
+- Well the correct URL should have
/rest/
anyways, and that’s how the URLs are in DSpace 6 anyways, so I will tell Macaroni to just make sure that those links use /rest/
+
+
+
+2020-06-16
+
+- Looks like the PostgreSQL connection/lock issue might be fixed because it’s been six days with no reoccurrence:
+
+
+
+- And CGSpace is being harvested successfully by AReS every day still
+- Fix some CIP subjects that had two different styles of dashes, causing them to show up differently in Discovery
+
+SWEETPOTATO AGRI‐FOOD SYSTEMS
→ SWEETPOTATO AGRI-FOOD SYSTEMS
+POTATO AGRI‐FOOD SYSTEMS
→ POTATO AGRI-FOOD SYSTEMS
+
+
+- They also asked me to update
INCLUSIVE VALUE CHAINS
to INCLUSIVE GROWTH
, both in the existing items on CGSpace and the submission form
+
+2020-06-18
+
+- I guess Atmire fixed the CUA download issue after updating the version for Font Awesome 5, but now I get an error during ant update
+
+- I tried to remove the
config/spring
directory, but it still fails
+- The same issue happens on my local environment and on the DSpace Test server
+- I raised the issue with Atmire
+
+
+
+
diff --git a/docs/2020/06/postgres_connections_ALL-week3.png b/docs/2020/06/postgres_connections_ALL-week3.png
new file mode 100644
index 000000000..f2f2d9829
Binary files /dev/null and b/docs/2020/06/postgres_connections_ALL-week3.png differ
diff --git a/docs/categories/index.html b/docs/categories/index.html
index ebace22ba..5b0ade9f7 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index b417dca24..3495303bd 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index 64b0003d9..9e4596891 100644
--- a/docs/categories/notes/page/2/index.html
+++ b/docs/categories/notes/page/2/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html
index 6cc26b25a..64d216bde 100644
--- a/docs/categories/notes/page/3/index.html
+++ b/docs/categories/notes/page/3/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html
index 506ae389a..c9da9164f 100644
--- a/docs/categories/notes/page/4/index.html
+++ b/docs/categories/notes/page/4/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/page/2/index.html b/docs/categories/page/2/index.html
index fc9807e05..4a90cec8f 100644
--- a/docs/categories/page/2/index.html
+++ b/docs/categories/page/2/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/page/3/index.html b/docs/categories/page/3/index.html
index 541053f22..01c4d0579 100644
--- a/docs/categories/page/3/index.html
+++ b/docs/categories/page/3/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/page/4/index.html b/docs/categories/page/4/index.html
index 4391d4eee..1af216b27 100644
--- a/docs/categories/page/4/index.html
+++ b/docs/categories/page/4/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/page/5/index.html b/docs/categories/page/5/index.html
index 289f85422..134ed3980 100644
--- a/docs/categories/page/5/index.html
+++ b/docs/categories/page/5/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/page/6/index.html b/docs/categories/page/6/index.html
index 6fdd63242..472400504 100644
--- a/docs/categories/page/6/index.html
+++ b/docs/categories/page/6/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index 4f6a50dfb..f8366f840 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 9b6334493..9ad7e99cc 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index 232313cd7..e47372bfb 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index 53e4aef91..551c60a01 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index 830a5a50f..ae03bcf59 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/6/index.html b/docs/page/6/index.html
index acf1bb469..f69ec8920 100644
--- a/docs/page/6/index.html
+++ b/docs/page/6/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 08a66c24d..db8929a1a 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 5b1539c47..d6d292f63 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index c961d1c4c..93eb18a1f 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index aea5d5593..51ab3ed27 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index 92522ff12..01bd1a4e2 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html
index 1100f0522..3d582c3f8 100644
--- a/docs/posts/page/6/index.html
+++ b/docs/posts/page/6/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index d05566f2a..6191c9d72 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,27 +4,27 @@
https://alanorth.github.io/cgspace-notes/categories/
- 2020-06-14T10:11:12+03:00
+ 2020-06-14T16:06:56+03:00
https://alanorth.github.io/cgspace-notes/
- 2020-06-14T10:11:12+03:00
+ 2020-06-14T16:06:56+03:00
https://alanorth.github.io/cgspace-notes/2020-06/
- 2020-06-14T10:11:12+03:00
+ 2020-06-14T16:06:56+03:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2020-06-14T10:11:12+03:00
+ 2020-06-14T16:06:56+03:00
https://alanorth.github.io/cgspace-notes/posts/
- 2020-06-14T10:11:12+03:00
+ 2020-06-14T16:06:56+03:00
diff --git a/static/2020/06/postgres_connections_ALL-week3.png b/static/2020/06/postgres_connections_ALL-week3.png
new file mode 100644
index 000000000..f2f2d9829
Binary files /dev/null and b/static/2020/06/postgres_connections_ALL-week3.png differ