[otrs-cvs] otrs UPGRADING,1.89,1.90
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs
In directory lancelot:/tmp/cvs-serv2478
Modified Files:
UPGRADING
Log Message:
Added section on running otrs.CheckDB.pl to check for possible storage engine issues on MySQL.
Author: mb
Index: UPGRADING
===================================================================
RCS file: /home/cvs/otrs/UPGRADING,v
retrieving revision 1.89
retrieving revision 1.90
diff -2 -u -d -r1.89 -r1.90
--- UPGRADING 22 Jan 2013 11:18:51 -0000 1.89
+++ UPGRADING 24 Jan 2013 07:30:43 -0000 1.90
@@ -96,5 +96,5 @@
MySQL:
- shell> cat scripts/DBUpdate-to-3.2.mysql.sql | mysql -p -f -u root otrs
+
Note: new tables created in the MySQL UPGRADING process will be created with the
@@ -108,4 +108,11 @@
or change the existing tables to use InnoDB as storage engine.
+ Any problems with regards to the storage engine will be reported by the
+ otrs.CheckDB.pl script, so please run it to check for possible issues.
+
+ shell> bin/otrs.CheckDB.pl
+
+ shell> cat scripts/DBUpdate-to-3.2.mysql.sql | mysql -p -f -u root otrs
+
PostgreSQL 8.2+:
shell> cat scripts/DBUpdate-to-3.2.postgresql.sql | psql otrs
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log