› VitalPBX Community Support › General Discussion › automatic updates do not work
- This topic has 5 replies, 3 voices, and was last updated 9 months, 2 weeks ago by
Jose Miguel Rivera.
- Post
-
- January 11, 2019 at 10:27 am
I have one of my installation on 2.0.0
when trying to find updates through the GUI it does not find updates
Version : 2.0.0
Asterisk : Asterisk 13.19.0when i login on the console and try yum update vitalpbx*
no packages marked for update.
though other instances do upgrade automatically through the gui.
0
- Replies
-
- January 12, 2019 at 3:38 pm
- January 14, 2019 at 8:34 am
tried that, no avail
[root@voip23-sabbe ~]# yum clean all
Loaded plugins: fastestmirror
Cleaning repos: base epel extras sonata-suite updates vpbx vpbx-addons webtatic
Cleaning up list of fastest mirrors
[root@voip23-sabbe ~]# rm -rf /var/cache/yum
[root@voip23-sabbe ~]# yum update vitalpbx*
Loaded plugins: fastestmirror
Determining fastest mirrors
epel/x86_64/metalink | 33 kB 00:00:00
* base: mirror.ams1.nl.leaseweb.net
* epel: http://ftp.nluug.nl
* extras: mirror.ams1.nl.leaseweb.net
* updates: mirror.ams1.nl.leaseweb.net
* webtatic: uk.repo.webtatic.com
base | 3.6 kB 00:00:00
epel | 4.7 kB 00:00:00
extras | 3.4 kB 00:00:00
sonata-suite | 2.9 kB 00:00:00
updates | 3.4 kB 00:00:00
vpbx | 2.9 kB 00:00:00
vpbx-addons | 2.9 kB 00:00:00
webtatic | 3.6 kB 00:00:00
(1/12): base/7/x86_64/group_gz | 166 kB 00:00:00
(2/12): extras/7/x86_64/primary_db | 156 kB 00:00:00
(3/12): epel/x86_64/group_gz | 88 kB 00:00:00
(4/12): epel/x86_64/updateinfo | 953 kB 00:00:00
(5/12): updates/7/x86_64/primary_db | 1.3 MB 00:00:00
(6/12): base/7/x86_64/primary_db | 6.0 MB 00:00:00
(7/12): epel/x86_64/primary_db | 6.6 MB 00:00:00
(8/12): sonata-suite/x86_64/primary_db | 17 kB 00:00:00
(9/12): vpbx-addons/x86_64/primary_db | 4.1 kB 00:00:00
(10/12): webtatic/x86_64/group_gz | 448 B 00:00:00
(11/12): vpbx/x86_64/primary_db | 76 kB 00:00:01
(12/12): webtatic/x86_64/primary_db | 453 kB 00:00:01
No packages marked for update
[root@voip23-sabbe ~]#0- January 18, 2019 at 3:43 pm
Create the following file :
vim /etc/yum.repos.d/vitalpbx.repo
with the following content:
[vpbx]
name=VitalPBX
baseurl=http://repo.telesoftsa.com/vitalpbx/rpms/$basearch/
gpgcheck=0
enabled=1
[vpbx-addons]
name=VitalPBX Add-Ons
baseurl=http://repo.telesoftsa.com/vitalpbx/addons/$basearch/
gpgcheck=0
enabled=1
[sonata-suite]
name=Sonata Suite
baseurl=http://repo.telesoftsa.com/sonata/rpms/$basearch/
gpgcheck=0
enabled=1
[asterisk-sounds]
name=Asterisk Sounds
baseurl=http://repo.telesoftsa.com/sounds/rpms/$basearch/
gpgcheck=0
enabled=1Then try to update
0- April 12, 2020 at 1:57 pm
@ing-joserivera26 Hello, I tried all the solutions on this topic and I can’t update the app.
I’m using the following version of software on Raspberry 4 and also Let’s Encrypt is not working.
VitalPBX 2.3.4-2
Asterisk 16.4.0-1
DAHDI 0.0.0-0Your software looks good, but if i can’t update, I’m not sure I can activate our main line on you.
PS: If on Raspberry PI works for all our team of 8 members, we will recommend to our customers too.
Please give me a solution!
0- April 12, 2020 at 3:20 pm
- You must be logged in to reply to this topic.