FR EN

TUTORIAL: Command-line PBXware update

Estimated reading: 2 minutes

This guide will allow you to update PBXware to the desired version.

Prerequisites

1. Log in via SSH to your instance (see TUTORIAL: SSH access) using an SSH client.

Update procedure

Edit the PBXware upgrade configuration file

nano /opt/pbxware/sh/update

In this file, replace the PROJECT line from 7.x to 8.0 (example):

PROJECT="pbxware-8.0" 

Edit the httpd upgrade configuration file

nano /opt/httpd/sh/update

In this file, replace the PROJECT line from 7.x to 8.0 (example):

PROJECT="httpd-8.0" 

Stop the httpd and pbxware applications:

/opt/httpd/sh/stop
/opt/pbxware/sh/stop

Now update the PBXware application (password: update):

/opt/pbxware/sh/update -v

Now update the httpd application (password: update):

/opt/httpd/sh/update -v

Start the updated applications:

/opt/pbxware/sh/start
/opt/httpd/sh/start

Re-save the configuration files:

/opt/pbxware/sh/pbxware http_api resave
Share

TUTORIAL: Command-line PBXware update

Or copy the link below

CONTENT