diff --git a/content/posts/2023-08.md b/content/posts/2023-08.md
index 03143a466..9e5ea52c0 100644
--- a/content/posts/2023-08.md
+++ b/content/posts/2023-08.md
@@ -47,4 +47,23 @@ categories: ["Notes"]
- After enabling the new settings I see that our log file is going to be reaallllly big... hmmmm will check tomorrow morning
- More work on the IFPRI batch uploads
+## 2023-08-08
+
+- Apply more corrections to authors from Peter on CGSpace
+- I finally figured out a `log_line_prefix` for PostgreSQL that works for pgBadger:
+
+```console
+log_line_prefix = '%t [%p]: user=%u,db=%d,app=%a,client=%h '
+```
+
+- Now I can generate reports:
+
+```console
+# /usr/bin/pgbadger -I -q /var/log/postgresql/postgresql-14-main.log -O /srv/www/pgbadger
+```
+
+- Ideally we would run this incremental report every day on the postgresql-14-main.log.1 aka yesterday's version of the log file after it is rotated
+ - Now I have to see how large the file will be...
+- I did some final updates to the ninety IFPRI records and uploaded them to DSpace Test first, then to CGSpace
+
diff --git a/docs/2023-08/index.html b/docs/2023-08/index.html
index 7c7b6e813..3b01e982c 100644
--- a/docs/2023-08/index.html
+++ b/docs/2023-08/index.html
@@ -19,7 +19,7 @@ Start working on some batch uploads for IFPRI
-
+
@@ -44,9 +44,9 @@ Start working on some batch uploads for IFPRI
"@type": "BlogPosting",
"headline": "August, 2023",
"url": "https://alanorth.github.io/cgspace-notes/2023-08/",
- "wordCount": "334",
+ "wordCount": "428",
"datePublished": "2023-08-03T11:18:36+03:00",
- "dateModified": "2023-08-05T17:27:43+03:00",
+ "dateModified": "2023-08-07T10:48:56+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -180,6 +180,24 @@ Start working on some batch uploads for IFPRI
More work on the IFPRI batch uploads
+2023-08-08
+
+- Apply more corrections to authors from Peter on CGSpace
+- I finally figured out a
log_line_prefix
for PostgreSQL that works for pgBadger:
+
+log_line_prefix = '%t [%p]: user=%u,db=%d,app=%a,client=%h '
+
+- Now I can generate reports:
+
+# /usr/bin/pgbadger -I -q /var/log/postgresql/postgresql-14-main.log -O /srv/www/pgbadger
+
+- Ideally we would run this incremental report every day on the postgresql-14-main.log.1 aka yesterday’s version of the log file after it is rotated
+
+- Now I have to see how large the file will be…
+
+
+- I did some final updates to the ninety IFPRI records and uploaded them to DSpace Test first, then to CGSpace
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 76d410aa1..31dee8f7d 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index 458494fc4..15cdbd1ff 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index 52a996b2a..86f85ade6 100644
--- a/docs/categories/notes/page/2/index.html
+++ b/docs/categories/notes/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html
index a0c971923..7d1e28bcd 100644
--- a/docs/categories/notes/page/3/index.html
+++ b/docs/categories/notes/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html
index 6ff6414f7..4f39bd8c9 100644
--- a/docs/categories/notes/page/4/index.html
+++ b/docs/categories/notes/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html
index 88d8bb77e..9483927ad 100644
--- a/docs/categories/notes/page/5/index.html
+++ b/docs/categories/notes/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/6/index.html b/docs/categories/notes/page/6/index.html
index 4fd6e3e7b..8fa658857 100644
--- a/docs/categories/notes/page/6/index.html
+++ b/docs/categories/notes/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/7/index.html b/docs/categories/notes/page/7/index.html
index 82c6e45db..22b14a9bf 100644
--- a/docs/categories/notes/page/7/index.html
+++ b/docs/categories/notes/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/8/index.html b/docs/categories/notes/page/8/index.html
index 69962be1a..6e3d26061 100644
--- a/docs/categories/notes/page/8/index.html
+++ b/docs/categories/notes/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index fb4874357..f40271408 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/10/index.html b/docs/page/10/index.html
index 222212c44..a14838d30 100644
--- a/docs/page/10/index.html
+++ b/docs/page/10/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 43404243d..699bdfa83 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index c09afefda..d26aac84c 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index 634333fa5..de10ce187 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index 879056675..2049fd559 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/6/index.html b/docs/page/6/index.html
index f6c0f8637..c2ad51781 100644
--- a/docs/page/6/index.html
+++ b/docs/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/7/index.html b/docs/page/7/index.html
index 89f76e13a..f56d8b7b8 100644
--- a/docs/page/7/index.html
+++ b/docs/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/8/index.html b/docs/page/8/index.html
index 04399fb02..a8d432c3a 100644
--- a/docs/page/8/index.html
+++ b/docs/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/9/index.html b/docs/page/9/index.html
index 1c51a53b4..0e10e8013 100644
--- a/docs/page/9/index.html
+++ b/docs/page/9/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 6b1825a86..ec92eb1ef 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/10/index.html b/docs/posts/page/10/index.html
index f09c1966f..d89e3ba6d 100644
--- a/docs/posts/page/10/index.html
+++ b/docs/posts/page/10/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index f8bd7af48..971661bc6 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index 139baa04a..464a2f0a9 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index 996f61ad5..631193634 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index 722ce5959..190ea26ea 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html
index 6fda69a01..6b2a241b5 100644
--- a/docs/posts/page/6/index.html
+++ b/docs/posts/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html
index cd74cd0c6..3de993bfc 100644
--- a/docs/posts/page/7/index.html
+++ b/docs/posts/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html
index b07227686..6f87b81be 100644
--- a/docs/posts/page/8/index.html
+++ b/docs/posts/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/9/index.html b/docs/posts/page/9/index.html
index 50a6905e1..6f4a581a5 100644
--- a/docs/posts/page/9/index.html
+++ b/docs/posts/page/9/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index ed149daa9..763ca8433 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
https://alanorth.github.io/cgspace-notes/2023-08/
- 2023-08-05T17:27:43+03:00
+ 2023-08-07T10:48:56+02:00
https://alanorth.github.io/cgspace-notes/categories/
- 2023-08-05T17:27:43+03:00
+ 2023-08-07T10:48:56+02:00
https://alanorth.github.io/cgspace-notes/
- 2023-08-05T17:27:43+03:00
+ 2023-08-07T10:48:56+02:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2023-08-05T17:27:43+03:00
+ 2023-08-07T10:48:56+02:00
https://alanorth.github.io/cgspace-notes/posts/
- 2023-08-05T17:27:43+03:00
+ 2023-08-07T10:48:56+02:00
https://alanorth.github.io/cgspace-notes/2023-07/
2023-08-02T23:04:11+03:00