Line 70: |
Line 70: |
| *edit these file to reflect new paths | | *edit these file to reflect new paths |
| | | |
− | /usr/share/egroupware/header.inc.php | + | vim /usr/share/egroupware/header.inc.php |
| | | |
− | *define('EGW_SERVER_ROOT','/opt/egroupware'); (verify this one is really this way before update) to define('EGW_SERVER_ROOT','/usr/share/egroupware'); | + | *define('EGW_SERVER_ROOT','/opt/egroupware/html'); to define('EGW_SERVER_ROOT','/usr/share/egroupware'); |
| + | *define('EGW_INCLUDE_ROOT','/opt/egroupware/html'); to define('EGW_INCLUDE_ROOT',EGW_SERVER_ROOT); |
| + | * then comment out the followings |
| + | # define('PHPGW_SERVER_ROOT','/opt/egroupware/html'); |
| + | # define('PHPGW_INCLUDE_ROOT','/opt/egroupware/html');# |
| | | |
− | /usr/share/egroupware/gallery/gallery2/config.php | + | |
| + | vim /usr/share/egroupware/gallery/gallery2/config.php |
| | | |
| $gallery->setConfig('data.gallery.base', '/opt/egroupware/files/g2data/'); to | | $gallery->setConfig('data.gallery.base', '/opt/egroupware/files/g2data/'); to |
Line 84: |
Line 89: |
| *database will remain the same and will be updated | | *database will remain the same and will be updated |
| | | |
− | *gallery user might have to move their g2data | + | *gallery user might have to move their g2data if they moved it outside of files directory |
| + | * mydms user should move their files to filemanager PRIOR update or manually install last 1.6 available version and configure it. |
| | | |
| + | * Go to https://YOURIP/egroupware/setup and update your header.conf to new version as requested |
| | | |
− | Finally, you must finish the upgrade at the Config-Admin Setup with your existing credentials. Then click on upgrade... | + | *Finally, you must finish the upgrade at the Config-Admin Setup with your existing credentials |
| + | * login now to conf-admin and first before upgrading your db you must go to "configuration and update your paths : |
| + | # '''Enter the full path for users and group files.''' from /opt/egroupware/files to /var/lib/egroupware/default/files |
| + | # '''Enter the full path to the backup directory.''' from /opt/egroupware/backup to /var/lib/egroupware/default/backup |
| + | # '''Enter the full path for temporary files.''' from /opt/egroupware/tmp to /usr/share/egroupware_tmp |
| + | * Then click on upgrade to upgrade DB... |
| + | * last step you have to go to Application and do the following |
| + | # check the boxes to install groupdav and phpfreechat |
| + | # check the boxes to delete db for icalsrv-Sources, notifywindow, however it is safe to keep them. |
| + | # if you never used mydms you can check the box to delete db too, however it is safe to keep it. |
| | | |
| [[Image:eGW-upgrade-step1.png]] | | [[Image:eGW-upgrade-step1.png]] |