VictoriaMetrics install script does not include VictoriaLogs after it was moved to a separate repo #1553

Closed
opened 2025-11-20 05:12:19 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @Slenkis on GitHub (Jul 23, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

victoriametrics

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/victoriametrics.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Since version 1.25.0, victorialogs has been moved to a separate GitHub repository: https://github.com/VictoriaMetrics/victorialogs

Currently, the community Proxmox install script installs victoriametrics but does not install victorialogs, which leads to incomplete functionality.

Please consider updating the script to include victorialogs as part of the installation process.

🔄 Steps to reproduce the issue.

  1. install via script
  2. verify using ls -lh /opt/victoriametrics/

Paste the full error output (if available).

ls -lh /opt/victoriametrics/
total 222M
drwxr-xr-x 8 root root 4.0K Jul  3 01:22 data
-rwxr-xr-x 1 1000 1000  24M Jun 20 18:15 victoria-metrics-prod
-rwxr-xr-x 1 1000 1000  20M Jun 20 18:16 vmagent-prod
-rwxr-xr-x 1 1000 1000  24M Jun 20 18:16 vmalert-prod
-rwxr-xr-x 1 1000 1000  31M Jun 20 18:17 vmalert-tool-prod
-rwxr-xr-x 1 1000 1000  13M Jun 20 18:17 vmauth-prod
-rwxr-xr-x 1 1000 1000  40M Jun 20 18:18 vmbackup-prod
-rwxr-xr-x 1 1000 1000  34M Jun 20 18:20 vmctl-prod
-rwxr-xr-x 1 1000 1000  40M Jun 20 18:19 vmrestore-prod

🖼️ Additional context (optional).

No response

Originally created by @Slenkis on GitHub (Jul 23, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? victoriametrics ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/victoriametrics.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Since version 1.25.0, victorialogs has been moved to a separate GitHub repository: https://github.com/VictoriaMetrics/victorialogs Currently, the community Proxmox install script installs victoriametrics but does not install victorialogs, which leads to incomplete functionality. Please consider updating the script to include victorialogs as part of the installation process. ### 🔄 Steps to reproduce the issue. 1. install via script 2. verify using `ls -lh /opt/victoriametrics/` ### ❌ Paste the full error output (if available). ``` ls -lh /opt/victoriametrics/ total 222M drwxr-xr-x 8 root root 4.0K Jul 3 01:22 data -rwxr-xr-x 1 1000 1000 24M Jun 20 18:15 victoria-metrics-prod -rwxr-xr-x 1 1000 1000 20M Jun 20 18:16 vmagent-prod -rwxr-xr-x 1 1000 1000 24M Jun 20 18:16 vmalert-prod -rwxr-xr-x 1 1000 1000 31M Jun 20 18:17 vmalert-tool-prod -rwxr-xr-x 1 1000 1000 13M Jun 20 18:17 vmauth-prod -rwxr-xr-x 1 1000 1000 40M Jun 20 18:18 vmbackup-prod -rwxr-xr-x 1 1000 1000 34M Jun 20 18:20 vmctl-prod -rwxr-xr-x 1 1000 1000 40M Jun 20 18:19 vmrestore-prod ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the feature label 2025-11-20 05:12:19 -05:00
Author
Owner

@MickLesk commented on GitHub (Jul 24, 2025):

Thats Not a Bug when they move the Repo and declare This AS optional, thats an Feature Request.

@MickLesk commented on GitHub (Jul 24, 2025): Thats Not a Bug when they move the Repo and declare This AS optional, thats an Feature Request.
Author
Owner

@Slenkis commented on GitHub (Jul 24, 2025):

I’d like to invite the developer of this script, @tremor021, to join the discussion.

@Slenkis commented on GitHub (Jul 24, 2025): I’d like to invite the developer of this script, @tremor021, to join the discussion.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1553