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.


Messages - alex

Pages: [1]
1
Feng Office 3 / Re: Upgrade from 2.x to 3
« on: December 24, 2014, 06:11:28 am »
Thank you a lot. I got it.

Short manual to upgrade from 2.7.1.4 to 3.0 :
1. backup your old db
mysqldump -udbuser -p dbname > feng_old_db.sql
2. install and setup clear 3.0 version (i used new virtual host and new db )
3. restore you db backup to new db
mysql -udbuser2 -p dbname2 < feng_old_db.sql
4. go to new virtual host location and run
php public/upgrade/console.php 2.7.1.4 3.0

2
Feng Office 3 / Re: Upgrade from 2.x to 3
« on: December 23, 2014, 06:39:50 am »
I have clean installation (unzip from fengoffice_2.7.1.6.zip)
I can't upgrade it to 3 version.
Any ideas?

3
Feng Office 3 / Re: Upgrade from 2.x to 3
« on: December 22, 2014, 01:35:26 pm »
I get

4
Feng Office 3 / can't Upgrade from 2.x to 3
« on: December 22, 2014, 06:50:51 am »
I tried to update from 2.7.1.6  to 3.0

# php public/upgrade/console.php 2.7 3.0
There is no upgrade path from version 2.7 to 3.0.
2014-12-22 09:43:42 - Updating plugins...
2014-12-22 09:43:43 - Finished plugins update.

via web upgrade url get:

You already have upgraded to the latest possible version: 2.7.1.6

 :(

Pages: [1]