Prometheus Release v3.0.0 brings in some breaking changes.
See https://prometheus.io/docs/prometheus/3.0/migration/
If you have any issues, you can only downgrade to 2.55.1
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/prometheus-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | prometheus-bin |
| Description: | An open-source service monitoring system and time series database (binary, not built from source) |
| Upstream URL: | http://prometheus.io |
| Licenses: | Apache |
| Conflicts: | prometheus, prometheus-git |
| Provides: | prometheus |
| Submitter: | Slash |
| Maintainer: | KingCrunch |
| Last Packager: | KingCrunch |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-07-02 21:22 (UTC) |
| Last Updated: | 2026-06-14 09:52 (UTC) |
Prometheus Release v3.0.0 brings in some breaking changes.
See https://prometheus.io/docs/prometheus/3.0/migration/
If you have any issues, you can only downgrade to 2.55.1
Currently, attempting to install prometheus-bin results in the following build error: cp: cannot stat 'consoles/': No such file or directory. Reviewing breaking changes now to be sure it's not just those.
Prometheus Release v3.0.0 brings in some breaking changes.
See https://prometheus.io/docs/prometheus/3.0/migration/
If you have any issues, you can only downgrade to 2.55.1
@mlotysz - Thanks, I updated the PKGBUILD.
I restored, I think missing, source pkg binaries and it worked for me (x86_64). Patch is here: https://gist.github.com/mlotysz/1512d68f9aca5e99002741bce035f654
Hey. Could you please add arm64 (aarch64) support too?
https://github.com/prometheus/prometheus/releases/download/v2.16.0/prometheus-2.16.0.linux-arm64.tar.gz
@uleenucks - Fixed, thanks!
Same thing as in alertmanager-bin. systemd service files need not being executable
# Install SystemD Service File
install -D -m0755 "${srcdir}/prometheus.service" \
"${pkgdir}/usr/lib/systemd/system/prometheus.service"
should read
# Install SystemD Service File
install -D -m0644 "${srcdir}/prometheus.service" \
"${pkgdir}/usr/lib/systemd/system/prometheus.service"