[otrs-cvs] otrs UPGRADING,1.20,1.21

cvs-log at otrs.org cvs-log at otrs.org
Mon Apr 2 14:42:07 GMT 2007


Comments:
Update of /home/cvs/otrs
In directory lancelot:/tmp/cvs-serv5164

Modified Files:
	UPGRADING 
Log Message:
Updated to 2.2.

Author: martin

Index: UPGRADING
===================================================================
RCS file: /home/cvs/otrs/UPGRADING,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** UPGRADING	16 Oct 2006 19:46:38 -0000	1.20
--- UPGRADING	2 Apr 2007 14:42:02 -0000	1.21
***************
*** 10,19 ****
  # --
  
! These instructions are for people upgrading OTRS from "2.0" to "2.1".
  
  *) Stop all your services (e. g. rcotrs stop-force)
  
  *) Backup everything (database, Kernel/Config.pm, Kernel/Config/GenericAgent.pm, var/*)
!    (Remember: 80% of all config settings are renamed in OTRS 2.0, so most of the
     Kernel/Config.pm settings will not be compatible)
  
--- 10,19 ----
  # --
  
! These instructions are for people upgrading OTRS from "2.1" to "2.2".
  
  *) Stop all your services (e. g. rcotrs stop-force)
  
  *) Backup everything (database, Kernel/Config.pm, Kernel/Config/GenericAgent.pm, var/*)
!    (Remember: 80% of all config settings are renamed in OTRS 2.1, so most of the
     Kernel/Config.pm settings will not be compatible)
  
***************
*** 27,44 ****
  *) If you use the tar:
  
!     a) the OTRS themes between 2.0 and 2.1 are _not_ compatible
         (don't use the old themes)!
  
- *) Some configuration files from Version 2.0 are not longer needed and
-    may confuse OTRS 2.1, so we have to rename them
-    Please rename the files $OTRS_HOME/Kernel/Config/Files/*.pm to *.pm.backup,
-    except for ZZZAuto.pm.
-    (E.g.: rename TicketPostMaster.pm to TicketPostMaster.pm.backup.)
- 
  *) Update the database changes with:
      MySQL:
!       cat $OTRS_HOME/scripts/DBUpdate-to-2.1.mysql.sql | mysql -p -f -u root otrs
      PostgreSQL:
!       cat $OTRS_HOME/scripts/DBUpdate-to-2.1.postgresql.sql | psql otrs
  
     (Don't worry about the error messages, you can update all previous version
--- 27,38 ----
  *) If you use the tar:
  
!     a) the OTRS themes between 2.1 and 2.2 are _not_ compatible
         (don't use the old themes)!
  
  *) Update the database changes with:
      MySQL:
!       cat $OTRS_HOME/scripts/DBUpdate-to-2.2.mysql.sql | mysql -p -f -u root otrs
      PostgreSQL:
!       cat $OTRS_HOME/scripts/DBUpdate-to-2.2.postgresql.sql | psql otrs
  
     (Don't worry about the error messages, you can update all previous version
***************
*** 49,52 ****
  *) Restart your services (e. g. rcotrs restart-force or each service manually)
  
! *) Log in as 'root at localhost' and select Admin -> Sysconfig to make sure that
     OTRS updates the configuration files.
--- 43,46 ----
  *) Restart your services (e. g. rcotrs restart-force or each service manually)
  
! *) Log in as 'root at localhost' and select Admin -> SysConfig to make sure that
     OTRS updates the configuration files.


More information about the cvs-log mailing list