[PR #1315] [MERGED] Fix database & user not being deleted #1318

Closed
opened 2026-02-04 19:36:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1315
Author: @Boy132
Created: 4/29/2025
Status: Merged
Merged: 4/29/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-remove-database


📝 Commits (1)

  • 31d9eb7 fix database & user not being deleted

📊 Changes

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

View changed files

📝 app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php (+1 -7)
📝 app/Services/Databases/DatabaseManagementService.php (+11 -4)

📄 Description

Use service when deleting database in the panel to make sure the mysql database & user are removed as well.


🔄 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/pelican-dev/panel/pull/1315 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 4/29/2025 **Status:** ✅ Merged **Merged:** 4/29/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-remove-database` --- ### 📝 Commits (1) - [`31d9eb7`](https://github.com/pelican-dev/panel/commit/31d9eb71b28a2ed79cc50fe402394e0dd56810d3) fix database & user not being deleted ### 📊 Changes **2 files changed** (+12 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php` (+1 -7) 📝 `app/Services/Databases/DatabaseManagementService.php` (+11 -4) </details> ### 📄 Description Use service when deleting database in the panel to make sure the mysql database & user are removed as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:36:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1318