mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2023-07-20
This commit is contained in:
@ -140,4 +140,13 @@ $ psql < locks-age.sql | less -S
|
||||
$ psql < locks-age.sql | grep -E " (19|18|17|16|12):" | awk -F"|" '{print $10}' | sort -u | xargs kill
|
||||
```
|
||||
|
||||
## 2023-07-19
|
||||
|
||||
- I had to kill a bunch more locked processes in PostgreSQL, I'm not sure what's going on
|
||||
- After some discussion about an advanced search bug with Tim on Slack, I filed [an issue on GitHub](https://github.com/DSpace/DSpace/issues/8962)
|
||||
|
||||
## 2023-07-20
|
||||
|
||||
- I added a new metadata field for CGIAR Impact Platforms (`cg.subject.impactPlatform`) to CGSpace
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user