Page 1 of 2

How update ZM from 1.25.0 to 1.26.3

Posted: Tue Sep 17, 2013 9:03 am
by topromotion
Hello!

I try to update my ZM from version 1.25.0 to 1.26.3 with

zmupdate.pl --version=1.25.0

but i have: Database already at version 1.25.0, update aborted.

What i must to do for update?

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Tue Sep 17, 2013 5:41 pm
by 2Psycho
The command should be

Code: Select all

 zmupdate.pl --user=root --pass=MYSQLROOTPASSWORD
All other actions will happen by it self

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Tue Sep 17, 2013 7:36 pm
by topromotion
I try this command but i have - Database already at version 1.25.0, update aborted. Again.
Whats wrong?

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Tue Sep 17, 2013 8:14 pm
by jameswilson
have you updated the rest correctly, or are you thinking this command will update the lot?

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Wed Sep 18, 2013 6:44 am
by topromotion
I dont update nothing more. What i must to do after unzip archive with source?

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Wed Sep 18, 2013 9:45 pm
by jameswilson
that command will only update your db structure etc. You need to update zm first.

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Thu Sep 19, 2013 7:07 am
by topromotion
How i can update zm correctly?

I tried to do in the documentation - http://www.zoneminder.com/wiki/index.ph ... #Upgrading

but nothing came of it.

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Thu Sep 19, 2013 7:10 am
by Magic919
How did you install it in the first place?

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Thu Sep 19, 2013 2:03 pm
by aitzol76
I have the same problem as tropomotion. Version 1.25.0 installed via ubuntu repositories, and now can't get upgrade to version 1.26.3.

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Thu Sep 19, 2013 2:05 pm
by knight-of-ni
aitzol76 wrote:I have the same problem as pepe. Version 1.25.0 installed via ubuntu repositories, and now can't get upgrade to version 1.26.3.
Did you uninstall the zm 1.25.0 deb package first before you tried to install 1.26.3 from source?
If you didn't then that is the problem.

sudo apt-get remove zoneminder

You can't have both on your system at the same time.

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Thu Sep 19, 2013 9:00 pm
by topromotion
Magic919 wrote:How did you install it in the first place?
In first place i install it from sources

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Thu Sep 19, 2013 10:00 pm
by Torsten73
Iconnor has released bis ppa for ubuntu 12.04. It works fine when the database path in zm.conf is correct.

It should be used on an standard preinstalled 1.25 setup.

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Fri Sep 20, 2013 6:31 am
by Magic919
topromotion wrote:
Magic919 wrote:How did you install it in the first place?
In first place i install it from sources
Ok. So you've downloaded the new 1.26.3 sources and unpacked, run the bootstrap.sh, run the configure command with options, run make and then make install. Did that all work?

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Fri Sep 20, 2013 3:30 pm
by topromotion
Magic919 wrote:
topromotion wrote:
Magic919 wrote:How did you install it in the first place?
In first place i install it from sources
Ok. So you've downloaded the new 1.26.3 sources and unpacked, run the bootstrap.sh, run the configure command with options, run make and then make install. Did that all work?
Yes, its all works. What's next?

Re: How update ZM from 1.25.0 to 1.26.3

Posted: Fri Sep 20, 2013 5:43 pm
by Magic919
Great. After than just run zmupdate.pl with no arguments.