[PR #9370] [MERGED] [LibreNMS] Correcting mariadb sed string for Debian 13 default in install/librenms-install.sh, website config for Debian 13 #9369 #7994

Closed
opened 2026-02-26 16:31:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9370
Author: @htmlspinnr
Created: 11/22/2025
Status: Merged
Merged: 11/23/2025
Merged by: @MickLesk

Base: mainHead: librenms-install-fix


📝 Commits (2)

  • ee7f8ec Correcting mariadb config string sed modification to match mariadb provided in Debian 13
  • 7358b61 Correcting Debian version for LibreNMS to 13 to match installation script.

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 frontend/public/json/librenms.json (+1 -1)
📝 install/librenms-install.sh (+1 -1)

📄 Description

✍️ Description

Correcting sed string in install/librenms-install.sh to search for the [mariadb] header used in Debian 13 instead of [mysqld] previously used in Debian 12.

Updated frontend/public/json/librenms.json to reflect Debian 13 default already used in ct/librenms.sh

Link: # https://github.com/community-scripts/ProxmoxVE/issues/9369

Prerequisites (X in brackets)

  • [ X ] Self-review completed – Code follows project standards.
  • [ X ] Tested thoroughly – Changes work as expected.
  • [ X ] No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • [ X ] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • [ X ] 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/9370 **Author:** [@htmlspinnr](https://github.com/htmlspinnr) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/23/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `librenms-install-fix` --- ### 📝 Commits (2) - [`ee7f8ec`](https://github.com/community-scripts/ProxmoxVE/commit/ee7f8ecd5cc89ba148b1e8b0d5e9d46301167520) Correcting mariadb config string sed modification to match mariadb provided in Debian 13 - [`7358b61`](https://github.com/community-scripts/ProxmoxVE/commit/7358b61fd9f01bbcf540c013ebfab8648bb26408) Correcting Debian version for LibreNMS to 13 to match installation script. ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/librenms.json` (+1 -1) 📝 `install/librenms-install.sh` (+1 -1) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Correcting sed string in `install/librenms-install.sh` to search for the `[mariadb]` header used in Debian 13 instead of `[mysqld]` previously used in Debian 12. Updated `frontend/public/json/librenms.json` to reflect Debian 13 default already used in `ct/librenms.sh` ## 🔗 Related PR / Issue Link: # https://github.com/community-scripts/ProxmoxVE/issues/9369 ## ✅ Prerequisites (**X** in brackets) - [ X ] **Self-review completed** – Code follows project standards. - [ X ] **Tested thoroughly** – Changes work as expected. - [ X ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ X ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ X ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:31:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#7994
No description provided.