[PR #9781] [MERGED] Tandoor: Remove postgres17-contrib package #8269

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9781
Author: @tremor021
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @MickLesk

Base: mainHead: tandofix


📝 Commits (4)

📊 Changes

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

View changed files

📝 ct/tandoor.sh (+1 -1)
📝 install/tandoor-install.sh (+6 -24)

📄 Description

✍️ Description

  • Removed postgres17-contrib package installation, as now it's part of PostgreSQL 17 core package
  • Database creation now uses helper function

Fixes #9780

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/9781 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `tandofix` --- ### 📝 Commits (4) - [`ad1240e`](https://github.com/community-scripts/ProxmoxVE/commit/ad1240e5353415ea96ee0784ab2bfaee511b4fb3) Remove contrib - [`e20df12`](https://github.com/community-scripts/ProxmoxVE/commit/e20df12dc05c77f5fc8c6367fe0ddc31ce92f38a) Update - [`79497f3`](https://github.com/community-scripts/ProxmoxVE/commit/79497f364f5ca6f94c2461b7a314fb2049282530) Update - [`457a035`](https://github.com/community-scripts/ProxmoxVE/commit/457a0350d26e370e1933d7c3c955a8d121d5793a) Upda ### 📊 Changes **2 files changed** (+7 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `ct/tandoor.sh` (+1 -1) 📝 `install/tandoor-install.sh` (+6 -24) </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 - Removed `postgres17-contrib` package installation, as now it's part of PostgreSQL 17 core package - Database creation now uses helper function ## 🔗 Related Issue Fixes #9780 ## ✅ 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. - [ ] 🌍 **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:32:21 +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#8269
No description provided.