I want to upgrade my OTRS from 3.0.5 to 3.0.6 in UBUNTU environnement kepping the DB.Can somebody help me on this plzz
Upgrading OTRS from 3.0.5 to 3.0.6 in UBUNTU environnement
Moderator: crythias
-
marouitaa1988
- Znuny newbie
- Posts: 31
- Joined: 28 Feb 2011, 13:11
- Znuny Version: 3.0.5
Upgrading OTRS from 3.0.5 to 3.0.6 in UBUNTU environnement
Hello all,
I want to upgrade my OTRS from 3.0.5 to 3.0.6 in UBUNTU environnement kepping the DB.Can somebody help me on this plzz
I want to upgrade my OTRS from 3.0.5 to 3.0.6 in UBUNTU environnement kepping the DB.Can somebody help me on this plzz
Last edited by marouitaa1988 on 08 Mar 2011, 13:25, edited 1 time in total.
-
crythias
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Upgrading OTRS from 3.0.5 to 3.0.6 in UBUNTU environneme
Read the UPGRADING file in your OTRS directory.
Short summary: backup application and database
Stop services: cron, apache, postfix (?)
overwrite directory with source
setpermissions
possibly rebuild config
clear cache
restart services.
This is not intended to replace the documentation. Read it and do what it says.
Short summary: backup application and database
Stop services: cron, apache, postfix (?)
overwrite directory with source
setpermissions
possibly rebuild config
clear cache
restart services.
This is not intended to replace the documentation. Read it and do what it says.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
marouitaa1988
- Znuny newbie
- Posts: 31
- Joined: 28 Feb 2011, 13:11
- Znuny Version: 3.0.5
Re: Upgrading OTRS from 3.0.5 to 3.0.6 in UBUNTU environneme
Plz i need your help
I followed the instructions in the file UPGRADING
when I enter the ****.***. com / otrs / index.pl i have that :
Warning Novagas
Your browser is too old. OTRS runs on many browsers, thank you to update your browser to one of them. Thank you to refer to the documentation or ask your system administrator for more information.
How can i solve it??
I followed the instructions in the file UPGRADING
when I enter the ****.***. com / otrs / index.pl i have that :
Warning Novagas
Your browser is too old. OTRS runs on many browsers, thank you to update your browser to one of them. Thank you to refer to the documentation or ask your system administrator for more information.
How can i solve it??
-
crythias
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Upgrading OTRS from 3.0.5 to 3.0.6 in UBUNTU environneme
Check your Apache logs.
http://forums.otrs.org/viewtopic.php?f=62&p=31497
http://forums.otrs.org/viewtopic.php?f=63&p=32389
Set Permissions <--
OTRS_DIR="/opt"
OTRS_NAME="otrs"
OTRS_USER="otrs"
OTRS_GROUP="otrs"
WEBSERVER_USER="www-data"
WEBSERVER_GROUP="www-data"
${OTRS_DIR}/${OTRS_NAME}/bin/otrs.SetPermissions.pl --otrs-user=${OTRS_USER} --otrs-group=${OTRS_GROUP} --web-user=${WEBSERVER_USER} --web-group=${WEBSERVER_GROUP} ${OTRS_DIR}/${OTRS_NAME}
http://forums.otrs.org/viewtopic.php?f=62&p=31497
http://forums.otrs.org/viewtopic.php?f=63&p=32389
Set Permissions <--
OTRS_DIR="/opt"
OTRS_NAME="otrs"
OTRS_USER="otrs"
OTRS_GROUP="otrs"
WEBSERVER_USER="www-data"
WEBSERVER_GROUP="www-data"
${OTRS_DIR}/${OTRS_NAME}/bin/otrs.SetPermissions.pl --otrs-user=${OTRS_USER} --otrs-group=${OTRS_GROUP} --web-user=${WEBSERVER_USER} --web-group=${WEBSERVER_GROUP} ${OTRS_DIR}/${OTRS_NAME}
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
marouitaa1988
- Znuny newbie
- Posts: 31
- Joined: 28 Feb 2011, 13:11
- Znuny Version: 3.0.5
Re: Upgrading OTRS from 3.0.5 to 3.0.6 in UBUNTU environneme
Thank you
IT WORKS