Difference between revisions of "PubMan 8 0"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 16: Line 16:
== PubMan - Coreservice Wildfly==
== PubMan - Coreservice Wildfly==


* make copy from qa-pubman:/srv/web/escidoc   
* make copy from qa-pubman:/srv/web/escidoc/wildfly  
   scp -r /srv/web/escidoc/ user@pubman.mpdl.mpg.de:/srv/web/escidoc/
   scp -r /srv/web/escidoc/wildfly user@pubman.mpdl.mpg.de:/srv/web/escidoc/wildfly
* delete pidcache database (copied from qa-pubman). Replace with pidcache databes from backup (formerly in /usr/share/pubman/standalone/data/pubman_db)
* delete pidcache database (copied from qa-pubman). Replace with pidcache databes from backup (formerly in /usr/share/pubman/standalone/data/pubman_db)
* copy the Fedora data/objects und data/datastreams from /opt/fedora to /srv/web/escidoc/fedora/data


== Fedora Database ==
== Fedora Database ==

Revision as of 14:20, 22 March 2016

This page shall contain every change that is made during a qa release of the version mentioned above. If it's not here, it never happened!

PubMan 8.0 Release[edit]

Affected Servers[edit]

Prepare read only system[edit]

Backups[edit]

  • fedora3 database
  • riTriples database
  • JBoss coreservice (/usr/share/jboss)
  • Wildfly PubMan (/usr/share/pubman)

PubMan - Coreservice Wildfly[edit]

  • make copy from qa-pubman:/srv/web/escidoc/wildfly
 scp -r /srv/web/escidoc/wildfly user@pubman.mpdl.mpg.de:/srv/web/escidoc/wildfly
  • delete pidcache database (copied from qa-pubman). Replace with pidcache databes from backup (formerly in /usr/share/pubman/standalone/data/pubman_db)
  • copy the Fedora data/objects und data/datastreams from /opt/fedora to /srv/web/escidoc/fedora/data

Fedora Database[edit]

  • drop database and rebuild database (fedora3 and riTriples)
 CREATE DATABASE "fedora3" WITH ENCODING='UTF8' OWNER="fedoraAdmin";
 CREATE DATABASE "riTriples" WITH ENCODING='SQL_ASCII' OWNER="fedoraAdmin" TEMPLATE=template0;
 cd /srv/web/escidoc/fedora/server/bin
 fedora-rebuild.sh (Enter 2-1; 1-1)

Core Properties[edit]

PubMan EAR[edit]

PubMan Properties[edit]

PubMan Apache[edit]

PubMan PidCache[edit]

eSciDoc-OAI-Provider[edit]

AA[edit]

Validation Database[edit]

Migration database[edit]

CoNE[edit]

eSciDoc Admin[edit]

Data Migration[edit]

PubMan Software Homepage[edit]

Miscellaneous[edit]