Do the following felix, as what you showed me does not help us so much
Run the following:
1) nano /etc/apt/sources.list.d/saltstack.list
2) Uncomment the first line by adding in the beginning # example;
#deb http://archive.repo.saltstack.com/apt/debian/9/amd64/...
3) Save the file
4) Call apt-get update
5) If all goes well update via management console and let me know.
I'm running debian on prem and I was able to update without any issues.Is this necessary to do for all future update ? Can we just wait few days and be able to update without all this step ?
I think, this is very problematic.
Is this necessary to do for all future update
I tried updating one, and had to run the script. It had been installed from 3CX's ISO last summer. Haven't tried others yet. The issue isn't new: https://www.3cx.com/community/threads/3cx-update-failed-debian-new-16-0-update-5-rollup.74237/. I would think once the repo config is fixed it won't recur (unless something else is taken offline), but until then if updates can't be installed then I don't see that 3CX is able to do anything about it.
The problem is related in this script and in the instance manager. The repo installed (Saltstack) has moved in anoter url. The only solution is modify the saltstack sources file and insert the new url. There is another thread with the new urlHi Liam,
I might be able to help you with this, since these are clearly Debian servers.
You can run the following command and afterwards you should be able to update normally again.
Bash:wget -O - https://downloads.3cx.com/downloads/misc/debianpatches/9/16/0/5/20200619-os-update.sh | bash
If I log in to 3CX's portal and click Instances it just spins the loading image and the page doesn't load, is that what you saw?break the Istance Manager connection
If I log in to 3CX's portal and click Instances it just spins the loading image and the page doesn't load, is that what you saw?
No, I saw all my instance offline I waited several hours and then I disabled and enabled instance manager and now everything back okI think it's the fix when you try to install the instance manager and you get the error code 255.
No, I saw all my instance offline I waited several hours and then I disabled and enabled instance manager and now everything back ok
Thank you!!I found this to work on Lightsail instances, 2 commands on cli, you can cut and paste
sudo wget -O - https://downloads.3cx.com/downloads/misc/debianpatches/9/16/0/5/20200619-os-update.sh | sudo bash
sudo apt update && sudo apt upgrade -y && sudo apt autoremove && sudo apt autoclean
I found this to work on Lightsail instances, 2 commands on cli, you can cut and paste
sudo wget -O - https://downloads.3cx.com/downloads/misc/debianpatches/9/16/0/5/20200619-os-update.sh | sudo bash
sudo apt update && sudo apt upgrade -y && sudo apt autoremove && sudo apt autoclean
Hello @Liam Pool ,
Those errors are related to the Operating System and are not connected with the PBX Update.
Please check with your provider.
wget -O - https://downloads.3cx.com/downloads/misc/debianpatches/9/16/0/5/20200619-os-update.sh | bash
@ITLAVO @SethTalley - as previously mentioned in this thread, you will have to SSH into your instance, elevate (i.e by running sudo su ) and then run the following command:
Bash:wget -O - https://downloads.3cx.com/downloads/misc/debianpatches/9/16/0/5/20200619-os-update.sh | bash
This command applies the fix.
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.