...
- From the uPortal root source directory deploy your group changes
No Format | ||
---|---|---|
Code Block | ||
| ||
# creates tables and imports the PAGS data ant clean deploy-warinitdb |
Step 3: Restart uPortal
- Restart your Tomcat instance
Code Block | |
---|---|
| |
| |
TOMCAT_HOME/bin/shutdown.sh TOMCAT_HOME/bin/startup.sh |
...
Upgrading from XML-backed PAGS to database-backed PAGS
...
- Update code base to 4.1 (4.1 will include the change to pags.properties to toggle the configuration to be Entity based)
- Run initdb or dbupdate and then import Default.pags-store.xml
uPortal 4.0 XML-backed PAGS store
...