Dobrica Pavlinušić's random unstructured stuff
eprints: Revision 12
Documents with departments and security settingsselect archive.eprintid,department,security from archive,document where document.eprintid = archive.eprintid and department like '%informacijske%'; Update access to staffonlybegin; update document set security='staffonly' where eprintid in ( select eprintid from archive where department like '%informacijske%' ); commit; Repositorybackup# prefix all commands with: sudo -u eprints /usr/share/eprints3/bin/ export ffzg archive XMLFiles > /tmp/ffzg.xmlfile export ffzg subject XML > /tmp/submject.xml export ffzg user XML > /tmp/user.xml restorehttp://wiki.eprints.org/w/API:bin/import epadmin erase_data ffzg import_subjects --verbose --force --xml ffzg /tmp/submject.xml import --verbose --migration ffzg user XML /tmp/user.xml import --verbose --migration ffzg eprint XML /tmp/ffzg.xmlfile generate_static ffzg generate_views ffzg importing from other data sourceWhen generating xml file for import documented at http://wiki.eprints.org/w/XML_Export_Format from some other dataset using --update is useful to re-run import sudo -u eprints /usr/share/eprints3/bin/import --verbose --migration --enable-file-imports --update grf eprint XML xml HASH in export filters with multilang fields
Even better solution which should work across updates is described at: http://www.eprints.org/tech.php/16125.html and our local changes are in eprints-SimpleMultilang.zip |