How can I change to Data Center Mode now that Urchin is already configured?
This article authored by ROI Revolution, an Urchin Software Authorized Consultant
Data center mode allows you to add levels of administrative rights to one or several profiles in a group. If you have already completed the initial configuration process and wish to enable Data Center mode, you can do so easily from MySQL or PostgreSQL.
For MySQL:
mysql> USE urchin; mysql> UPDATE uglobals SET ubgl_enable_accounts = 1;
For PostgreSQL:
postgres=# \connect urchin; postgres=# UPDATE uglobals SET ubgl_enable_accounts = true;