Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • From the uPortal root source directory deploy your group changes
No Format
Code Block
languagebash
# creates tables and imports the PAGS data
ant clean deploy-warinitdb

Step 3: Restart uPortal

  • Restart your Tomcat instance
noformat
Code Block
language
bash
TOMCAT_HOME/bin/shutdown.sh
TOMCAT_HOME/bin/startup.sh

...

Upgrading from XML-backed PAGS to database-backed PAGS

...

  1. Update code base to 4.1 (4.1 will include the change to pags.properties to toggle the configuration to be Entity based)
  2. Run initdb or dbupdate and then import Default.pags-store.xml

uPortal 4.0 XML-backed PAGS store

...