Upgrading WCS to new version with Existing License

Max

Administrator
Staff member
how to take the backup of previous WCS installation, Is taking this folder copy is enough
Yes, this should be enough. For example
Code:
systemctl stop webcallserver
rm -rf /usr/local/FlashphonerWebCallServer/logs/*
cd /usr/local
cp -r FlashphonerWebCallServer-5.2.* FlashphonerWebCallServer-5.2.*-backup
 
Last edited:
Top