[PR #500] [CLOSED] mysql and mariadb client command for docker #801

Closed
opened 2026-02-05 17:54:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/500
Author: @Vooperino
Created: 7/19/2024
Status: Closed

Base: mainHead: dockerfile-patch_01


📝 Commits (1)

📊 Changes

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

View changed files

📝 Dockerfile (+2 -0)

📄 Description

Upon building the dockerfile there is a slight issue then using these env var

DB_CONNECTION=mariadb
or
DB_CONNECTION=mysql

will result a failed command the container or the app will fail to start up, I have created a quick fix that add these command as client only


🔄 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/500 **Author:** [@Vooperino](https://github.com/Vooperino) **Created:** 7/19/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dockerfile-patch_01` --- ### 📝 Commits (1) - [`8ce9ace`](https://github.com/pelican-dev/panel/commit/8ce9ace34756b844108e4c3d38db9995fe7c7311) Update Dockerfile ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -0) </details> ### 📄 Description Upon building the dockerfile there is a slight issue then using these env var ```bash DB_CONNECTION=mariadb or DB_CONNECTION=mysql ``` will result a failed command the container or the app will fail to start up, I have created a quick fix that add these command as client only --- <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-05 17:54:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#801