[dspace-tech] Re: How to display dc.description(en) or dc.description(es) depending on the interface language.

2022-12-06 Thread Carlos Campo
Hello, My question has not received any answer. Please, would you tell me why? Is the question insufficiently explained and not understood? Is it too obvious? Is it too difficult to answer? This matter is important to me. I would greatly appreciate any input. Thank you very much. On Sunday, 4

[dspace-tech] Re: How to disable klaro?

2022-12-06 Thread Night Librarian
Thank you kindly! Good thing I haven't read your post earlier, otherwise I would freak out. :) I am sure it would work but having to do "database migrate" again just sends shivers down my spine! I followed the path of least resistance, suggested by Tim in

[dspace-tech] Re: Can view PDFs in browser (DSpace 7.4), but can't download

2022-12-06 Thread Night Librarian
Million thanks, Tim! I did the following: - backed up my post-migration assetstore, - replaced it by the pre-migration assetstore copy, - started Beyond Compare as root ("sudo QT_GRAPHICSSYSTEM=native bcompare") to compare the two directories, - batch copied the 100 or so found (sub)directories

Re: [dspace-tech] Database migrate from DSpace 6 to DSpace 7.4

2022-12-06 Thread Seun Adewoye
Thank you so much Dominik, it worked. On Tue, 6 Dec 2022 at 15:48, ZiGi wrote: > Hi, > Just use command: *select installed_rank from schema_version; *check > which number is the highest and use one bigger in query. > For example: the biggest number on installed_rank is 32 so your query > should

Re: [dspace-tech] Database migrate from DSpace 6 to DSpace 7.4

2022-12-06 Thread ZiGi
Hi, Just use command: *select installed_rank from schema_version; *check which number is the highest and use one bigger in query. For example: the biggest number on installed_rank is 32 so your query should looks like this: INSERT INTO schema_version

Re: [dspace-tech] Database migrate from DSpace 6 to DSpace 7.4

2022-12-06 Thread Seun Adewoye
Hi Dominik, when i ran the query above I got this error ERROR: duplicate key value violates unique constraint "schema_version_pk" DETAIL: Key (installed_rank)=(27) already exists. ERROR: duplicate key value violates unique constraint "schema_version_pk" DETAIL: Key (installed_rank)=(29)

Re: [dspace-tech] Database migrate from DSpace 6 to DSpace 7.4

2022-12-06 Thread ZiGi
Nevermind, I *SOLVED* this problem by adding two rows to schema_version in dspace database: *INSERT INTO schema_version (installed_rank,version,description,type,script,checksum,installed_by,installed_on,execution_time,success) values (27,'5.7.2017.04.11','DS-3563 Index metadatavalue resource

Re: [dspace-tech] Database migrate from DSpace 6 to DSpace 7.4

2022-12-06 Thread ZiGi
Dear Tim, Maybe you could send me the full query which I could use to insert missing row? Becouse as I said I don't have anything like "V5.7.2017.05.05" or "V5_7_2017_05_05__DS_3431_Add_Policies_for_BasicWorkflow" on my schema_version. Thanks, Dominik wtorek, 6 grudnia 2022 o 10:31:20 UTC+1