Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Mittelerde

Pages: 1 [2]
16
Installation and Upgrades / Zarafa 6.4->7 Update
« on: November 11, 2011, 11:15:42 am »
my update Procedure
6.4 -> 7.0.2-29470

Master / Slave architecture - (test machine i386)
Zentyal Version 2.2

this works for me

Code: [Select]

sudo -s
mkdir /backup/
cd /backup/

apt-get install libboost-filesystem1.40.0 libboost-system1.40.0 libicu42 w3m python-mysqldb

/etc/init.d/postfix stop
/etc/init.d/zarafa-spooler stop
/etc/init.d/zarafa-server stop
/etc/init.d/zarafa-dagent stop
/etc/init.d/zarafa-gateway stop
/etc/init.d/zarafa-ical stop
/etc/init.d/zarafa-indexer stop
/etc/init.d/zarafa-monitor stop

cp -r /etc/zarafa/ /backup/zarafa.bck

nano /var/lib/ebox/conf/ebox-zarafa.passwd
XXXXxxXX(mySQLpassword)
mysqldump --single-transaction -p zarafa > /backup/zarafa.sql
/etc/init.d/mysql stop
cp -r /var/lib/mysql /backup/mysql.bck
/etc/init.d/mysql start

wget http://download.zarafa.com/community/final/7.0/7.0.2-29470/zcp-7.0.2-29470-ubuntu-10.04-i386-free.tar.gz
tar zxvf zcp-7.0.2-29470-ubuntu-10.04-i386-free.tar.gz
cd zcp-7.0.2-29470-ubuntu-10.04-i386

~~~~~~confusion starts

dpkg -i *deb
apt-get -f install
dpkg -i *deb

at the query I've always pushed default (N)

~~~~~~confusion ends

gunzip /usr/share/doc/zarafa/zarafa7-upgrade.gz
python /usr/share/doc/zarafa/zarafa7-upgrade

/etc/init.d/postfix start
/etc/init.d/zarafa-spooler start
/etc/init.d/zarafa-server start
/etc/init.d/zarafa-dagent start
/etc/init.d/zarafa-gateway start
/etc/init.d/zarafa-ical start
/etc/init.d/zarafa-indexer start
/etc/init.d/zarafa-monitor start

Code: [Select]
zarafa-admin -V
shows me
Product version:   7,0,2,29470
File version:      29470

who finds fault or any suggestions please post

....from the community to the community

;)

17
Hello,
I have a master/slave architecture
1 Master 5 slaves

1 extra computer (slave) for testing
i run the migration tool on my slave 2.0.x and get some errors
see File 1 in my attachements - the complete migration script output

after all that i reboot and log into the webinterface and get a error message

Sorry, an unexpected error has occurred

Can't call method 'valueByName' on an undefined value
* Report the problem

Trace
   * Can't call method "valueByName" on an undefined value at /usr/share/perl5/EBox/IDS/Model/Interfaces.pm line 70.



do i have to update the master server first ?


last but not least
...thanks to all the Zentyal workers out there - your doing a great job and help me to switch from Windows to Zentyal (linux).
Webaccess was a great feature for administration. He does it the easy way for me.

Pages: 1 [2]