>>>>> On Mon, 26 Apr 2010 15:31:21 +0200, Foo  said:
> 
> Hi,
> 
> which MySQL update scripts from which archives do I need to run to go from  
> 2.4.4 to 5.0.1, can I skip minor revisions and just run the ones from  
> 3.0.3 and 5.0.1 or are there other db changes between say 3.0.0 and 3.0.3a?

I suggest checking your current db version by

select * from version;

and then running the appropriate scripts from the updatedb directory of the
source code (not the compiled packages) and then the one from 5.0.1 (which is
not the updatedb directory).

__Martin

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to