Versions Compared

Key

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

...

Warning
iconfalse

Note: Executing the command "ant clean initportal" will drop and recreate the database tables and all existing data will be lost. This will result in a clean uPortal database structure. If you want to keep the contents of your existing database, use "ant clean deploy-war"

Code Block
ant clean initportal

Step 6: Restart Tomcat

 

Database Preparations

Tip
titleDatabase Privileges

uPortal requires CREATE SEQUENCE privileges.

...