[PR #612] [MERGED] Add warning about database data to database settings command #852

Closed
opened 2026-02-04 18:55:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/612
Author: @Boy132
Created: 10/7/2024
Status: Merged
Merged: 10/9/2024
Merged by: @Boy132

Base: mainHead: update/database-command


📝 Commits (1)

  • 70a1bbc add warning about database data to database settings command

📊 Changes

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

View changed files

📝 app/Console/Commands/Environment/DatabaseSettingsCommand.php (+7 -0)

📄 Description

The old database data is not moved when changing the driver. So the panel will be effectively empty. It's probably a good idea to inform the user about that.


🔄 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/612 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `update/database-command` --- ### 📝 Commits (1) - [`70a1bbc`](https://github.com/pelican-dev/panel/commit/70a1bbcc27306f3f0b32f36fb6ba2c8bd06eb150) add warning about database data to database settings command ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Environment/DatabaseSettingsCommand.php` (+7 -0) </details> ### 📄 Description The old database data is not moved when changing the driver. So the panel will be effectively empty. It's probably a good idea to inform the user about that. --- <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 18:55:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#852