X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2FUPGRADING.mysql;h=37b0dda423cb7845d808ef68763832ab6e1fe1f5;hp=accaa979ae48a65df47e0e77b68540ab3a8ab550;hb=da86d5a8af2f915a340a74f6c97772451a1e23ef;hpb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd diff --git a/rt/UPGRADING.mysql b/rt/UPGRADING.mysql index accaa979a..37b0dda42 100644 --- a/rt/UPGRADING.mysql +++ b/rt/UPGRADING.mysql @@ -15,7 +15,8 @@ instructions below even if your old RT was installed on MySQL 4.1 or newer. === Upgrading RT from versions prior to 3.8.0 === -1) Backup RT's database. Test that you can restore from this backup. +1) Backup RT's database. Use --default-character-set=binary if mysql +server is 4.1 or newer. Test that you can restore from this backup. 2) Follow instructions in the README file to step 7. @@ -79,7 +80,7 @@ do the following: 4) Configure MySQL 4.1 and newer to use Latin1 as default character set everywhere. 5) Import the dump into the new MySQL server, replacing your empty database you - created at step 1. + created at step 1, use --default-character-set=binary on restore. 6) At this point you have RT 3.8.x code base using an old database. You can upgrade RT using the instructions above.