Keywords: Joomla - AWS - Technical issue - Upgrade
bnsupport ID: 90e9e275-49c2-6cc2-c366-10ef08bb574c
Description:
Hello ,
I was using older version of PHP(5.*), I wanted to use the latest version so I installed the latest version of LAMP using steps:
1. Stopped the server.
sudo /opt/bitnami/ctlscript.sh stop
2.Took Backup of the application, compressed and downloaded:
sudo mv /opt/bitnami/ /opt/bitnami.bak
zip –r backup.zip /opt/bitnami.bak
Downloaded the latest Lamp installer:
wget https://bitnami.com/redirect/to/770107/bitnami-lampstack-7.4.7-0-linux-x64-installer.run
4.Installed the Lamp on the instancer:
sudo ./bitnami-lampstack-7.4.7-0-linux-x64-installer.run --prefix /opt/bitnami
it worked fine till here, Now applying the configuration from old application ie changing root for application which was "/opt/bitnami/apps/joomla/htdocs" which is currently "/opt/bitnami/apache2/htdocs", to do that I followed the process from the link:
but when I restart, it give me errors:
/opt/bitnami/config/monit/conf.d/mysql.conf:2: Service name conflict, mysql already defined '"/opt/bitnami/mysql/data/mysqld.pid"'
/etc/monit/conf.d/apache.conf:2: Service name conflict, apache already defined '"/opt/bitnami/apache2/logs/httpd.pid"'
/etc/monit/monitrc:290: Include failed -- Success '/etc/monit/conf-enabled/*'
Also my SSL stopped working after installing new lamp.
Any body please help me to resolve these errors.
Thanks in advance.