[otrs-cvs] doc-admin/de/content/installation applications.xml, 1.6, 1.7 packages.xml, 1.6, 1.7 source.xml, 1.6, 1.7 upgrading-windows.xml, 1.6, 1.7 upgrading.xml, 1.6, 1.7
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/doc-admin/de/content/installation
In directory lancelot:/tmp/cvs-serv28448/de/content/installation
Modified Files:
applications.xml packages.xml source.xml upgrading-windows.xml
upgrading.xml
Log Message:
Synchronized language versions.
Author: mg
Author: mg
Author: mg
Index: source.xml
===================================================================
RCS file: /home/cvs/doc-admin/de/content/installation/source.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- source.xml 18 Jan 2013 07:26:36 -0000 1.6
+++ source.xml 6 Feb 2013 14:43:34 -0000 1.7
@@ -143,62 +143,7 @@
o Date::Format.....................ok (v2.22)
o Date::Pcalc......................ok (v1.2)
- o DBI..............................ok (v1.616)
- o DBD::mysql.......................ok (v4.018)
- o DBD::ODBC........................Not installed! (Optional - Required to connect to a MS-SQL database.)
- o DBD::Oracle......................Not installed! (Optional - Required to connect to a Oracle database.)
- o DBD::Pg..........................ok (v2.18.1)
- o Digest::MD5......................ok (v2.39)
- o Digest::SHA::PurePerl............ok (v5.72)
- o Digest::SHA......................ok (v5.45)
- o Encode::HanExtra.................ok (v0.23)
- o Encode::Locale...................ok (v1.03)
- o GD...............................ok (v2.46)
- o GD::Text......................ok (v0.86)
- o GD::Graph.....................ok (v1.44)
- o GD::Graph::lines..............ok (v1.15)
- o GD::Text::Align...............ok (v1.18)
- o IO::Scalar.......................ok (v2.110)
- o IO::Wrap.........................ok (v2.110)
- o JavaScript::Minifier.............ok (v1.05)
- o JSON.............................ok (v2.53)
- o JSON::PP......................ok (v2.27200)
- o JSON::XS......................ok (v2.3)
- o Locale::Codes....................ok (v3.23)
- o LWP::UserAgent...................ok (v6.04)
- o Mail::Internet...................ok (v2.11)
- o Mail::POP3Client.................ok (v2.18 )
- o IO::Socket::SSL...............ok (v1.22)
- o Mail::IMAPClient.................Not installed! (Optional - Required for IMAP TLS connections.)
- o IO::Socket::SSL...............ok (v1.22)
- o MIME::Base64.....................ok (v3.07_01)
- o MIME::Tools......................ok (v5.428)
- o ModPerl::Util....................ok (v2.000005)
- o Apache::DBI...................ok (v1.11)
- o Apache2::Reload...............ok (v0.12)
- o Net::DNS.........................ok (v0.65)
- o Net::POP3........................ok (v2.29)
- o Net::IMAP::Simple................ok (v1.2030)
- o IO::Socket::SSL...............ok (v1.22)
- o Net::SMTP........................ok (v2.31)
- o Authen::SASL..................ok (v2.15)
- o Net::SMTP::SSL................ok (v1.01)
- o Net::SMTP::TLS::ButMaintained.ok (v0.20)
- o Net::LDAP........................ok (v0.36)
- o Net::SSL.........................Not installed! (Optional - Required for Generic Interface SOAP SSL connections.)
- o PDF::API2........................ok (v0.73)
- o Compress::Zlib................ok (v2.027)
- o Storable.........................ok (v2.21)
- o SOAP::Lite.......................ok (v0.715)
- o version.......................ok (v0.82)
- o Class::Inspector..............ok (v1.28)
- o Text::CSV........................ok (v1.21)
- o Text::CSV_PP..................ok (v1.29)
- o Text::CSV_XS..................Not installed! (Optional - Recommended for faster CSV handling.)
- o XML::Parser......................ok (v2.36)
- o HTTP::Message....................ok (v6.06)
- o HTTP::Headers.................ok (v6.05)
- o URI..............................ok (v1.60)
- o URI::Escape...................ok (v3.31)
- o Scalar::Util.....................ok (v1.23)
+
+ ...
+
</screen>
</para>
Author: mg
Author: mg
Index: upgrading.xml
===================================================================
RCS file: /home/cvs/doc-admin/de/content/installation/upgrading.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- upgrading.xml 18 Jan 2013 07:26:36 -0000 1.6
+++ upgrading.xml 6 Feb 2013 14:43:34 -0000 1.7
@@ -14,5 +14,5 @@
<para>
If you are running a lower version of OTRS you have to follow the upgrade
-path to 3.0 first (1.1->1.2->1.3->2.0->2.1->2.2->2.3->2.4->3.0->3.1->3.2
+path to 3.1 first (1.1->1.2->1.3->2.0->2.1->2.2->2.3->2.4->3.0->3.1->3.2
...)!
</para>
@@ -30,5 +30,5 @@
to upgrade. For instance you can upgrade directly from OTRS 3.2.1 to version
3.2.4. If you need to do such a "patch level upgrade", you should skip steps
-8, 12, 14 and 15.
+9, 13, 15, 16 and 17.
</para>
@@ -129,6 +129,6 @@
<para>
wenn der Tarball benutzt wird, führen Sie <screen>
-shell> cd /opt/otrs/
-shell> bin/otrs.SetPermissions.pl
+shell> cd /opt/otrs/
+shell> bin/otrs.SetPermissions.pl
</screen> aus, um die Berechtigungen zu setzen, die für Ihr System benötigt
werden.
@@ -136,20 +136,52 @@
</listitem>
<listitem>
+ <para>
+ Check needed Perl modules
+ </para>
+ <para>
+ Verify that all needed perl modules are installed on your system and install
+any modules that might be missing. <screen>
+shell> /opt/otrs/bin/otrs.CheckModules.pl
+ </screen>
+ </para>
+ </listitem>
+ <listitem>
<para>
Schema update:
</para>
<para>
+ Note: new tables created in the MySQL UPGRADING process will be created with
+the default table storage engine set in your MySQL server. In MySQL 5.5 the
+new default type is InnoDB. If existing tables, e.g. "users", have the
+table storage engine e.g. MyISAM, then an error will be displayed when
+creating the foreign key constraints.
+ </para>
+ <para>
+ You have two options: you can change the default storage engine of MySQL
+back to MyISAM so that new tables will have the same engine as the existing
+tables, or change the existing tables to use InnoDB as storage engine.
+ </para>
+ <para>
+ 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.
+ </para>
+ <para>
<screen>
shell> cd /opt/otrs/
# MySQL:
+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
+
# PostgreSQL, older versions:
shell> cat scripts/DBUpdate-to-3.2.postgresql_before_8_2.sql | psql otrs
- </screen> NOTE: If you use PostgreSQL 8.1 or
-earlier, you need to activate the new legacy driver for these older
-versions. Do this by adding a new line to your
+ </screen>
+ </para>
+ <para>
+ Note: If you use PostgreSQL 8.1 or earlier, you need to activate the new
+legacy driver for these older versions. Do this by adding a new line to your
<filename>Kernel/Config.pm</filename> like this: <screen>
$Self->{DatabasePostgresqlBefore82} = 1;
@@ -203,8 +235,8 @@
<para>
e. g. (depends on used services): <screen>
-shell> /etc/init.d/cron stop
-shell> /etc/init.d/postfix stop
-shell> /etc/init.d/apache stop
-</screen> Now
+shell> /etc/init.d/cron start
+shell> /etc/init.d/postfix start
+shell> /etc/init.d/apache start
+ </screen> Now
you can log into your system.
</para>
---------------------------------------------------------------------
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