Changes between Version 21 and Version 22 of SysAdmin
- Timestamp:
- 01/14/11 08:30:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin
v21 v22 138 138 * [http://trac-hacks.org/wiki/PyDotOrgTheme PyDotOrgTheme] (modified CSS) - No official support (tests ok) 139 139 * Convert from sqlite to PostgreSQL (or MySQL) to improve performance 140 * [wiki:InstallationGuidelinesPostgreSQL#InstallPostgreSQL Install PostgreSQL] 141 {{{ 142 su postgres 143 createuser -s -P trac 144 145 createdb -O trac -E UTF8 trac 146 }}} 140 147 * http://trac-hacks.org/wiki/SqliteToPgScript 148 {{{ 149 svn co http://trac-hacks.org/svn/sqlitetopgscript/0.10 sqlitetopgscript 150 cd sqlitetopgscript 151 ./sqlite2pg -e /home/sahana/trac -p 'postgres://trac:pass@localhost/trac?schema=myschema' 152 }}} 141 153 * Add Timing & Estmation Plugin 142 154 * Investigate a fix or alternative to http://trac-hacks.org/wiki/MathCaptchaPlugin for allowing Trac users to register bugs anonymously whilst not locking out our testing team.