diff --git a/content/posts/2022-03.md b/content/posts/2022-03.md index 872f2b278..88b243df7 100644 --- a/content/posts/2022-03.md +++ b/content/posts/2022-03.md @@ -215,7 +215,7 @@ Due to abuse we no longer permit requests without a user agent. Please specify a ```console localhost/dspace7= ☘ DELETE FROM schema_version WHERE version IN ('5.0.2017.09.25', '6.0.2017.01.30', '6.0.2017.09.25'); -localhost/dspace7= ☘ DELETE FROM schema_version WHERE description LIKE '%Atmire%' OR description LIKE '%CUA%' OR description LIKE '%cua%' +localhost/dspace7= ☘ DELETE FROM schema_version WHERE description LIKE '%Atmire%' OR description LIKE '%CUA%' OR description LIKE '%cua%'; ``` - Then I was able to migrate to DSpace 7 with `dspace database migrate ignored` as the [DSpace upgrade notes say](https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace)