You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
We are announcing the retirement of the Helpdesk Pilot on-premise Helpdesk. Support and update would be discontinued as of June 30, 2019. Existing customers can migrate to our cloud edition - HappyFox.com.
Home > Release Notes > How to upgrade to Helpdesk Pilot 5.2.11
How to upgrade to Helpdesk Pilot 5.2.11
print icon

Once the steps in this article have been completed, do the following. 

Downloading prerequisites for Helpdesk Pilot 5.2.11


1. Login to the Helpdesk Pilot VM as superuser (password: superuser)

2. Type cd /tmp and press enter

3. Type wget http://helpdeskpilot.net/downloads/prerequisites/prepare_for_ubuntu12.sh

4. Type sudo sh prepare_for_ubuntu12.sh (type the password : superuser if prompted)

Once this has been completed, you can do the usual steps to check for updates and applying them. 

sudo hdp-manage updates check (to check for any new updates)

sudo hdp-manage updates apply (to download and apply the updates)

 

Changes needed in Apache configuration for attachments to work in Helpdesk Pilot

With the new version of Ubuntu, Apache has also been upgraded and the FcgidMaxrequestLen directive needs to be included specifically in the hdp configuration file to support attaching files via ticket updates. To do this, 

 

  1. Logged in as superuser, type cd /etc/apache2/sites-enabled
  2. Type sudo nano instance-hdp
  3. Go to the end of the file using the arrow keys and add the following before the last line (before </Virtualhost>)

    FcgidMaxRequestLen 10000000
  4. Once this is added, press Ctrl+x followed by Y and press Enter to save the file.
  5. Now reload apache with this command - sudo service apache2 reload

Once this is done, attachments will work fine on Helpdesk Pilot.

Feedback
0 out of 3 found this helpful

scroll to top icon