Versions Compared

Key

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

...

New version installation with previous version update

Updating 5.1 to 5.2

To update WCS 5.0 or 5.1 on your server to WCS 5.2, you have to do the following steps:

...

Code Block
languagebash
themeRDark
service webcallserver stop

4. Launch update script

Code Block
languagebash
themeRDark
cd FlashphonerWebCallServer-5.2.XXXX/server/tools
./update.sh

The script updates settings files (for example, it merges legacy server.properties file with main settings file flashphoner.properties) and WCS database:

Image Removed

5. Launch WCS 5.2 installation script

Code Block
languagebash
themeRDark
cd ../..
./install.sh

65. When the installation script finishes, update the service startup information

Code Block
languagebash
themeRDark
systemctl daemon-reload

76. Start WCS

Code Block
languagebash
themeRDark
service webcallserver start

Check how server works by this instruction.

Updating 5.0 to 5.2

Before updating to 5.2, WCS 5.0 should be updated to latest 5.1 by this manual.

Another WCS version installation without previous version removing or updating

...