diff --git a/content/posts/2023-08.md b/content/posts/2023-08.md index 69d3a9e1e..03143a466 100644 --- a/content/posts/2023-08.md +++ b/content/posts/2023-08.md @@ -30,4 +30,21 @@ categories: ["Notes"] - Export CGSpace to check for missing Initiative collection mappings - Start a harvest on AReS +## 2023-08-07 + +- I'm checking the PostgreSQL logs now that statement logging has been enabled for a few days on DSpace Test + - I see the logs are about 7 or 8 GB, which is larger than expected—and this is the test server! + - I will now play with pgbadger to see if it gives any useful insights + - Hmm, it sems the `log_statement` advice was old as pgbadger itself says: + +> Do not enable log_statement as its log format will not be parsed by pgBadger. + +... and: + +> Warning: Do not enable both log_min_duration_statement, log_duration and log_statement all together, this will result in wrong counter values. Note that this will also increase drastically the size of your log. log_min_duration_statement should always be preferred. + +- So we need to follow pgbadger's instructions rather to get a suitable log file + - 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 + diff --git a/docs/2023-08/index.html b/docs/2023-08/index.html index ef0654b4c..7c7b6e813 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": "174", + "wordCount": "334", "datePublished": "2023-08-03T11:18:36+03:00", - "dateModified": "2023-08-04T18:05:44+03:00", + "dateModified": "2023-08-05T17:27:43+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -155,6 +155,31 @@ Start working on some batch uploads for IFPRI
  • Export CGSpace to check for missing Initiative collection mappings
  • Start a harvest on AReS
  • +

    2023-08-07

    + +
    +

    Do not enable log_statement as its log format will not be parsed by pgBadger.

    +
    +

    … and:

    +
    +

    Warning: Do not enable both log_min_duration_statement, log_duration and log_statement all together, this will result in wrong counter values. Note that this will also increase drastically the size of your log. log_min_duration_statement should always be preferred.

    +
    + diff --git a/docs/categories/index.html b/docs/categories/index.html index dbe9fc94d..76d410aa1 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 8e254f567..458494fc4 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 a9f073929..52a996b2a 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 3fa870601..a0c971923 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 3210075de..6ff6414f7 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 8b917c912..88d8bb77e 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 4dae37fb8..4fd6e3e7b 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 3452b61d6..82c6e45db 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 ca3436d34..69962be1a 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 2e6635a4f..fb4874357 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 0e6a6bda7..222212c44 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 3296a8dab..43404243d 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 a27e0bd27..c09afefda 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 8a92c678c..634333fa5 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 78fb1fc76..879056675 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 ffc8937c5..f6c0f8637 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 2e006e6df..89f76e13a 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 78c6f403b..04399fb02 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 3dd4e525e..1c51a53b4 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 a7ecd3808..6b1825a86 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 34648f5ea..f09c1966f 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 fe9493f9b..f8bd7af48 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 9cbab4536..139baa04a 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 9c84a6ecc..996f61ad5 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 6691c010a..722ce5959 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 0b160e900..6fda69a01 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 bce27e36b..cd74cd0c6 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 e9af04135..b07227686 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 7ec7c0419..50a6905e1 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 3131fafe2..ed149daa9 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-04T18:05:44+03:00 + 2023-08-05T17:27:43+03:00 https://alanorth.github.io/cgspace-notes/categories/ - 2023-08-04T18:05:44+03:00 + 2023-08-05T17:27:43+03:00 https://alanorth.github.io/cgspace-notes/ - 2023-08-04T18:05:44+03:00 + 2023-08-05T17:27:43+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2023-08-04T18:05:44+03:00 + 2023-08-05T17:27:43+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2023-08-04T18:05:44+03:00 + 2023-08-05T17:27:43+03:00 https://alanorth.github.io/cgspace-notes/2023-07/ 2023-08-02T23:04:11+03:00