Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You must perform the MySQL installation using the installer script with the mysql argument. Run the following command.

Shell

curl "http://www.4psa.com/software/

voipnow3installer

voipnow35installer.sh" -o voipnowinstaller.sh -L

Run the installer with the mysql argument.
Shell
sh voipnowinstaller.sh mysql
When asked, enter the local server IP. This will be used later on, when installing the Infrastructure Controller.

...

VoipNow must know where MySQL is installed. For this, you must set the following shell environment variables.

Shell

export ALT_DB_HOST=<hostname>
export ALT_DB_PORT=<port>
export ALT_DB_USER=<user>
export ALT_DB_PASSWD=<password>
export ALT_DB_NAME=<database>

Download and run the installer.
Shell

curl -o "http://www.4psa.com/software/

voipnow3installer

voipnow35installer.sh" -o voipnowinstaller.sh -L
sh voipnowinstaller.sh

Update the MySQL master node

To update the MySQL Master node, you muse use the provided script and take the steps below. Run the command below.

Shell

curl -o "http://www.4psa.com/software/

voipnow3installer

voipnow35installer.sh" -o voipnowinstaller.sh -L

Ensure that the MySQL node has the following environment variables.
Shell
export ALT_DB_HOST=<hostname>
export ALT_DB_PORT=<port>
export ALT_DB_USER=<user>
export ALT_DB_PASSWD=<password>
export ALT_DB_NAME=<database>

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.