[PR #4753] [MERGED] merge MariaDB to tools.func Installer #5222

Closed
opened 2025-11-20 07:04:56 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4753
Author: @MickLesk
Created: 5/27/2025
Status: Merged
Merged: 5/27/2025
Merged by: @MickLesk

Base: mainHead: mariadb_function


📝 Commits (2)

  • 3563354 merge MariaDB to tools.func Installer
  • 23a20ec add more mariadb migrations

📊 Changes

20 files changed (+172 additions, -161 deletions)

View changed files

📝 install/2fauth-install.sh (+4 -6)
📝 install/apache-guacamole-install.sh (+33 -32)
📝 install/bookstack-install.sh (+12 -11)
📝 install/dolibarr-install.sh (+3 -2)
📝 install/firefly-install.sh (+10 -9)
📝 install/ghost-install.sh (+2 -1)
📝 install/glpi-install.sh (+11 -10)
📝 install/kimai-install.sh (+2 -1)
📝 install/mariadb-install.sh (+4 -3)
📝 install/monica-install.sh (+1 -1)
📝 install/paymenter-install.sh (+14 -14)
📝 install/pelican-panel-install.sh (+2 -2)
📝 install/phpipam-install.sh (+14 -13)
📝 install/plant-it-install.sh (+8 -8)
📝 install/projectsend-install.sh (+16 -15)
📝 install/pterodactyl-panel-install.sh (+2 -2)
📝 install/shinobi-install.sh (+1 -1)
📝 install/snipeit-install.sh (+13 -12)
📝 install/wavelog-install.sh (+8 -7)
📝 install/wordpress-install.sh (+12 -11)

📄 Description

✍️ Description

  • remove old mariadb apt packages
  • use mariadb installer

Prerequisites (X in brackets)

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

🛠️ Type of Change (X in brackets)

  • 🐞 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.
  • 🌍 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/4753 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `mariadb_function` --- ### 📝 Commits (2) - [`3563354`](https://github.com/community-scripts/ProxmoxVE/commit/35633545162461e663e430e21d37492f484ae056) merge MariaDB to tools.func Installer - [`23a20ec`](https://github.com/community-scripts/ProxmoxVE/commit/23a20ec5f5a347cbd0e349a0955b93fceb7a0a6f) add more mariadb migrations ### 📊 Changes **20 files changed** (+172 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `install/2fauth-install.sh` (+4 -6) 📝 `install/apache-guacamole-install.sh` (+33 -32) 📝 `install/bookstack-install.sh` (+12 -11) 📝 `install/dolibarr-install.sh` (+3 -2) 📝 `install/firefly-install.sh` (+10 -9) 📝 `install/ghost-install.sh` (+2 -1) 📝 `install/glpi-install.sh` (+11 -10) 📝 `install/kimai-install.sh` (+2 -1) 📝 `install/mariadb-install.sh` (+4 -3) 📝 `install/monica-install.sh` (+1 -1) 📝 `install/paymenter-install.sh` (+14 -14) 📝 `install/pelican-panel-install.sh` (+2 -2) 📝 `install/phpipam-install.sh` (+14 -13) 📝 `install/plant-it-install.sh` (+8 -8) 📝 `install/projectsend-install.sh` (+16 -15) 📝 `install/pterodactyl-panel-install.sh` (+2 -2) 📝 `install/shinobi-install.sh` (+1 -1) 📝 `install/snipeit-install.sh` (+13 -12) 📝 `install/wavelog-install.sh` (+8 -7) 📝 `install/wordpress-install.sh` (+12 -11) </details> ### 📄 Description ## ✍️ Description - remove old mariadb apt packages - use mariadb installer ## ✅ 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) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **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. - [ ] 🌍 **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>
saavagebueno added the pull-request label 2025-11-20 07:04:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5222