diff options
-rw-r--r-- | httemplate/docs/upgrade8.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index e6184df14..b0d1e3fe2 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -353,6 +353,13 @@ ALTER TABLE cust_refund DROP COLUMN crednum; <li><b>IMPORTANT: After applying the second set of database changes</b>, run bin/dbdef-create again. <li><b>IMPORTANT</b>: run bin/create-history-tables <li><b>IMPORTANT: After running bin/create-history-tables</b>, run bin/dbdef-create again. + <li>As the freeside UNIX user, run <tt>bin/populate-msgcat <b>username</b></tt +> to populate the message catalog, passing the username of a Freeside user you c +reated above: +<pre> +$ su freeside +$ bin/populate-msgcat <b>username</b> +</pre> <li>set the <a href="../config/config.cgi#username_policy">user_policy configuration value</a> as appropriate for your site. <li>set the <a href="../config/config.cgi#locale">locale configuration value</a> to en_US. <li>the mxmachines, nsmachines, arecords and cnamerecords configuration values have been deprecated. Set the <a href="../config/config.cgi#defaultrecords">defaultrecords configuration value</a> instead. |