Olá,
Vou postar o procedimento que usei para atualizar o GLPI, versão 0.83.3 para 0.83.31. Porém, para as versões 0.83.x o procedimento é o mesmo.
Faça um backup da pasta
# cp -R glpi glpi_backup
Descompacta a nova versão na mesma pasta onde estava a versão antiga do glpi
# wget https://forge.indepnet.net/attachments/download/995/glpi-0.83.31.tar.gz
# tar -xvzf glpi-0.83.31.tar.gz
# rm -rf glpi-0.83.31.tar.gz
Altere as permissôes
# chmod 777 /var/www/html/glpi/files
# chmod 777 /var/www/html/glpi/config
# chmod 777 /var/www/html/glpi/files/_dumps
# chmod 777 /var/www/html/glpi/files/_sessions
# chmod 777 /var/www/html/glpi/files/_cron
# chmod 777 /var/www/html/glpi/files/_cache
# chmod 777 /var/www/html/glpi/files/_log
# chmod 777 /var/www/html/glpi/files/_graphs
Agora acesse o sistema através do link http://server/glpi e siga os procedimentos de atualização
Abraços!
3 comentários:
Obrigado pelo tutorial de update do GLPI. Ajudou muito!
[]´s
JR.
Me segue por favor
Boa noite! Caro estou precisando fazer algumas configurações, mas não estou conseguindo respostas até agora. Estou precisando gerar chamados através das notificações de Domínios e certificados expirados. Tentei o passo deste forum sem sucesso:
https://forum.glpi-project.org/viewtopic.php?pid=507417#p507417
Hello tino,
I was already setting up this on our GLPI.
Here is how I did it:
1) Go to "Administration" - "Entities" and choose the entity that your "Domains" are entered into.
2) Go to "Notification" tab.
3) Configure the "Domain" part in the configuration.
4) Go to "Setup" - "Notifications" - "Notifications", filter all "domain" notifications and check "Recipients" tab. I had an issue with sending notifications to "Group in charge" and "Technician in charge" which is still not resolved (check topic: NOTIFICATIONS: Domain and certificate notifications). I added static group so we are receiving notification.
5) Under each "Domain" enter the "Expiration date".
For your second question I was not able to get a straight solution as of yet. I made the workaround with the Receiver. Basically I am sending the email to an email account that I setup as receiver in GLPI and it is creating the tickets for me.
Hope this helps.
Última edição por joze.benedicic (2022-02-23 06:29:33)
Postar um comentário