Forum .LRN Q&A: Response to question on dotLrn status on port to postgres

Collapse
Posted by Dan Chak on
Just a note for portlet porters:

I overloaded the portal_datasource__new function in new-portal to make it easier to port to postgres.  The first function call in every *-portlet-create.sql file uses this function with most parameters left out.  To avoid having to specify all the default parameters, be sure to do another update of your new-portal/sql/postgresql directory and reload the new-portal datamodel.

-dan