JiscSD / archivematica

Free and open-source digital preservation system designed to maintain standards-based, long-term access to collections of digital objects.
http://www.archivematica.org
GNU Affero General Public License v3.0
0 stars 0 forks source link

upstream:stable/1.7.x » qa/jisc #57

Closed sevein closed 6 years ago

sevein commented 6 years ago

RDSSARK-377 RDSSARK-434

helenst commented 6 years ago

I've been testing this out. One thing which caused it to not build was references to mysqlpool engine in the default config in the three settings files. Once this was corrected to django.db.backends.mysql it built. I've been running it on the sample multimedia transfer and while it overall succeeded and created the AIP/DIP, a few of the jobs failed:

sevein commented 6 years ago

@helenst that's weird, I also run into those issues and I fixed them. Maybe I didn't push -f? I've been working on this from two different computers. I'll take a look today. I've never seen that issue with FITS before. I'll take a look! Thank you. I'll keep you posted.

helenst commented 6 years ago

@sevein Could have been that I didn't update recently enough. I just pulled in the latest copy of the branch and it seemed to update so I'll try rebuilding and seeing what it does this time...

sevein commented 6 years ago

@helenst ok, building here too! Thank you.

helenst commented 6 years ago

@sevein I am still getting all of those errors after pulling in the latest version of the branch and rebuilding.

sevein commented 6 years ago

@helenst, these are my findings:

Thank you!

helenst commented 6 years ago

:+1: I think the mysql backends setting is fine now, and MediaConch installs correctly. The FITS fix also works.