How update ZM from 1.25.0 to 1.26.3
-
- Posts: 22
- Joined: Mon Aug 12, 2013 3:18 pm
How update ZM from 1.25.0 to 1.26.3
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?
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
The command should be
All other actions will happen by it self
Code: Select all
zmupdate.pl --user=root --pass=MYSQLROOTPASSWORD
Enjoyment Matters
-
- Posts: 22
- Joined: Mon Aug 12, 2013 3:18 pm
Re: How update ZM from 1.25.0 to 1.26.3
I try this command but i have - Database already at version 1.25.0, update aborted. Again.
Whats wrong?
Whats wrong?
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
Re: How update ZM from 1.25.0 to 1.26.3
have you updated the rest correctly, or are you thinking this command will update the lot?
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
-
- Posts: 22
- Joined: Mon Aug 12, 2013 3:18 pm
Re: How update ZM from 1.25.0 to 1.26.3
I dont update nothing more. What i must to do after unzip archive with source?
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
Re: How update ZM from 1.25.0 to 1.26.3
that command will only update your db structure etc. You need to update zm first.
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
-
- Posts: 22
- Joined: Mon Aug 12, 2013 3:18 pm
Re: How update ZM from 1.25.0 to 1.26.3
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.
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
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.
Last edited by aitzol76 on Thu Sep 19, 2013 9:32 pm, edited 1 time in total.
- knight-of-ni
- Posts: 2404
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: How update ZM from 1.25.0 to 1.26.3
Did you uninstall the zm 1.25.0 deb package first before you tried to install 1.26.3 from source?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.
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.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
-
- Posts: 22
- Joined: Mon Aug 12, 2013 3:18 pm
Re: How update ZM from 1.25.0 to 1.26.3
In first place i install it from sourcesMagic919 wrote:How did you install it in the first place?
Re: How update ZM from 1.25.0 to 1.26.3
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.
It should be used on an standard preinstalled 1.25 setup.
Re: How update ZM from 1.25.0 to 1.26.3
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?topromotion wrote:In first place i install it from sourcesMagic919 wrote:How did you install it in the first place?
-
-
- Posts: 22
- Joined: Mon Aug 12, 2013 3:18 pm
Re: How update ZM from 1.25.0 to 1.26.3
Yes, its all works. What's next?Magic919 wrote: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?topromotion wrote:In first place i install it from sourcesMagic919 wrote:How did you install it in the first place?