It will depend on the complexity of your SQL statements. I migrated from
7.4 to 7.5 and some complex select queries, with subqueries and outer
joins, stoped working, I had to incorporate some changes into these
queries in order to make them work with 7.5. There were very few queries
which exposed this type of portability problems.

Regards,
Martin

> Hi Kevin,
> thanx for the howto,
> did you also have top change something in the sql statements that were
> used by the program or did this all stay the same ?
> Manuel
>
> Kevin Wilson schrieb:
>
>>I have done the upgrade from 7.3 to 7.5 here at work, I suggest waiting
>> on 7.6 if you are upgrading a production db server. I wrote and sent a
>> migration howto to the mailing list some time ago, it's attached for
>> you to reference. If that doesn't get you there then shoot me a
>> question and I'll do my best to help but I am in no way an expert.
>>
>>Kevin
>>
>>-----Original Message-----
>>From: Manuel Reiter [mailto:[EMAIL PROTECTED]
>>Sent: Tuesday, September 13, 2005 2:47 AM
>>To: maxdb@lists.mysql.com
>>Subject: SAPDB 7.3 -> MAXDB 7.5/7.6 Upgrade / specialists wanted
>>
>>
>>We do have a pure Java Client Server Solution (JBOSS/Tomcat) that
>> connects to SAPDB 7.3.
>>We want to upgrade the databases to MAXDB 7.5/7.6 to have better
>> performance / tuning possibilities.
>>So we search for an expert on this issue who could support us in
>> upgrading / tuning the databases.
>>
>>best regards Manuel Reiter / Austria
>>
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> Betreff:
>> 7.3 to 7.5 [NON-PARALLEL] Migration Explained (HOWTO)
>> Von:
>> Kevin Wilson <[EMAIL PROTECTED]>
>> Datum:
>> Wed, 17 Nov 2004 11:11:23 -0500
>> An:
>> maxdb@lists.mysql.com
>>
>>
>>I figured I would share with those that are still running a 7.3.0.3x
>> instance a easy method (kind of) to transfer that instance to the
>> latest and greatest MaxDB running on another server without the need of
>> having to have a parallel installation and using the DBMGUI interface.
>>
>>[Execute steps 1 - 8 of the 7.3 to 7.4 migration document]
>>      open dbmgui (1st edition)
>>      create a new backup medium target
>>      take instance offline
>>      take instance to admin
>>      menu: Instance->command line
>>      exec "util_execute migrate"
>>      exec "util_connect"
>>      exec "backup_start <newly created medium name>"
>>      exec "util_release"
>>      exec "db_offline"
>>
>>Close the 7.3 dbmgui.
>>
>>Copy the backup medium to the other server, etc.
>>
>>Open dbmgui v7.5.0.18
>>
>>Create a new instance for restore.
>>      select "Blank"
>>      (fill in all the info as usual)
>>      select restore from backup (Parameter Initialization)
>>      specify the medium of your fresh backup.
>>      change any of the paths/etc to fit new system.
>>      Read the label (if it can't do this that is a bad thing)
>>      change the file paths of the data and log devices.
>>      enter in a new backup medium
>>      select the migration backup as the medium to restore.
>>      run
>>
>>Once it is done importing and you restart the instance open up the
>> command line again and issue the following:
>>
>>      load_systab -u <dbm user>,<dbm pass> -ud <domain user pass>
>>
>>Take it offline and then bring it back online and you are done. May be
>> a good idea to run a full backup at this point.
>>
>>Hopefully this will help someone down the line.
>>
>>
>>
>>------------------------------------------------------------------------
>>
>>
>>
>>
>
> --
> **********************************
> Manuel Reiter
>
> AMETAnet Real Estate Software GmbH
> Schulstr. 9
> A-4040 Linz
> Tel: +43 732 714 914
> Fax: +43 732 714 914 99
> Mobil +43 6991 4283426
> Email: [EMAIL PROTECTED]
> ----------------------------------
> Support Telefonnummer:
> Österreich: +43 732 714 914
> Deutschland: +49 89 76 77 63 41
> Schweiz: +41 62 873 43 36
> **********************************




-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to