I limited mirrors to 4 after the update of all mirrors.
~ ls -la /etc/pacman.d/ ✔
total 24
drwxr-xr-x 3 root root 4096 Sep 28 2023 .
drwxr-xr-x 118 root root 12288 Nov 16 15:15 ..
drwxr-xr-x 5 root root 4096 Nov 16 05:18 gnupg
-rw-r--r-- 1 root root 543 Nov 16 16:30 mirrorlist
~ cat /etc/pacman.d/mirrorlist ✔
##
## Manjaro Linux default mirrorlist
## Generated on 2024-11-16 16:30
##
## Please use 'pacman-mirrors -f [NUMBER] [NUMBER]' to modify mirrorlist
## (Use 0 for all mirrors)
##
## Country : United_States
Server = https://opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
## Country : United_States
Server = https://mnvoip.mm.fcix.net/manjaro/stable/$repo/$arch
## Country : Bulgaria
Server = https://mirror.telepoint.bg/manjaro/stable/$repo/$arch
## Country : Greece
Server = https://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch
~ sudo pacman -Syuv ✔
[sudo] password for alexandra:
Root : /
Conf File : /etc/pacman.conf
DB Path : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/
Hook Dirs : /usr/share/libalpm/hooks/ /etc/pacman.d/hooks/
Lock File : /var/lib/pacman/db.lck
Log File : /var/log/pacman.log
GPG Dir : /etc/pacman.d/gnupg/
Targets : None
:: Synchronizing package databases...
error: failed to synchronize all databases (unexpected error)```