I have installed the backend of DSpace 7 in my local instance here. I migrated the database from our production server running version 6.3. I have read in the documentation that in order to avoid potential problems in the database migration, it is advised not to alter tables in the default dspace database. However, I applied
Atmire's Citation Style for DSpace patch in our production server and it altered the database. When I first migrated the database to DSpace 7, I noticed that the migration could not proceed because of this error: "Detected applied migration not resolved locally: 6.2.2019.06.05". Searching the web on how to resolve this, I found from
Alan Orth's CGSpace Notes to delete from the schema version. I also run dspace database migrate ignored since I also encountered the error "relation "cwf_pooltask" does not exist" after I rerun migrate. Now when I run dspace database info, I noticed that there are 3 versions with 'Out of Order' state. This are DS-2818, Enable XMLWorkflow Migration, and DS 2701. Please see the screenshot below.
How can I resolve this and is this critical that this should be resolved in order for a successful database migration?