I just tried upgrading to 1.3 and it worked except for the DB upgrade. Below are the commands that I ran. Also before I upgraded icinga_web was not updating. It would display but would not update and the logs at the bottom were from a few days ago. If I check the classic console it is correct.
sudo git clone git://git.icinga.org/icinga-web.git cd icinga-web sudo ./configure --prefix=/usr/local/icinga-web --with-web-user=www-data --with-web-group=www-data --with-web-path=/icinga-web --with-web-apache-path=/etc/apache2/conf.d --with-db-type=mysql --with-db-host=localhost --with-db-port=3306 --with-db-name=icinga_web --with-db-user=icinga_web --with-db-pass=<password> --with-icinga-api=/usr/local/icinga/share/icinga-api sudo make upgrade sudo rm -rf app/cache/config/*.php sudo mysql -u root -p icinga_web < /usr/src/icinga-web/etc/schema/updates/mysql_v1-2_to_v1-3.sql ERROR 1050 (42S01) at line 1: Table 'cronk' already exists ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ icinga-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-devel
