[PR #10854] [MERGED] postgresql: name of sources file fixed (update check) #9050

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10854
Author: @JamborJan
Created: 1/16/2026
Status: Merged
Merged: 1/16/2026
Merged by: @CrazyWolf13

Base: mainHead: main


📝 Commits (3)

  • 3a9274d fix: name of sources file fixed
  • 0753838 Change check for PostgreSQL installation commandupdate: switch from file to command check
  • 6933870 fix: command check expression

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 ct/postgresql.sh (+1 -1)

📄 Description

✍️ Description

The wrong name of the sources file in the script leads to the situation that updates being not possible as "No PostgreSQL Installation Found!" will be displayed.

No issue recorded for this small typo, I hope that users with that issue find this pull request when they search for the error message.

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected. I tested with my fork.
  • 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/10854 **Author:** [@JamborJan](https://github.com/JamborJan) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`3a9274d`](https://github.com/community-scripts/ProxmoxVE/commit/3a9274d0036a484e472737756690604458200159) fix: name of sources file fixed - [`0753838`](https://github.com/community-scripts/ProxmoxVE/commit/07538382d3ce3505cafe8838eced166daaccf462) Change check for PostgreSQL installation commandupdate: switch from file to command check - [`6933870`](https://github.com/community-scripts/ProxmoxVE/commit/69338706bd03a1d6d4d3a66217d93ae932f538dc) fix: command check expression ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ct/postgresql.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description The wrong name of the sources file in the script leads to the situation that updates being not possible as "No PostgreSQL Installation Found!" will be displayed. ## 🔗 Related Issue No issue recorded for this small typo, I hope that users with that issue find this pull request when they search for the error message. ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. I tested with my fork. - [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:34:58 +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#9050
No description provided.