[PR #388] [MERGED] feat(bugsink): migrate from MySQL to PostgreSQL and update configuration #420

Closed
opened 2025-11-22 20:38:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/388
Author: @jaainil
Created: 9/21/2025
Status: Merged
Merged: 9/26/2025
Merged by: @Siumauricio

Base: mainHead: bugsink-update


📝 Commits (1)

  • 24564f5 feat(bugsink): migrate from MySQL to PostgreSQL and update configuration

📊 Changes

3 files changed (+45 additions, -31 deletions)

View changed files

📝 blueprints/bugsink/docker-compose.yml (+28 -20)
📝 blueprints/bugsink/template.toml (+16 -10)
📝 meta.json (+1 -1)

📄 Description

What is this PR about?

New PR of bugsink

  • Replace MySQL 8.4 with PostgreSQL 17-alpine for better performance
  • Update environment variables to use POSTGRES_* naming convention
  • Change health checks to use pg_isready for PostgreSQL compatibility
  • Update template.toml to reflect new database and configuration structure
  • Set version to 'latest' in meta.json for continuous updates

Checklist

Before submitting this PR, please make sure 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/Dokploy/templates/pull/388 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 9/21/2025 **Status:** ✅ Merged **Merged:** 9/26/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `bugsink-update` --- ### 📝 Commits (1) - [`24564f5`](https://github.com/Dokploy/templates/commit/24564f536695169f409bc461f528c51750f237d7) feat(bugsink): migrate from MySQL to PostgreSQL and update configuration ### 📊 Changes **3 files changed** (+45 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/bugsink/docker-compose.yml` (+28 -20) 📝 `blueprints/bugsink/template.toml` (+16 -10) 📝 `meta.json` (+1 -1) </details> ### 📄 Description ## What is this PR about? New PR of bugsink - Replace MySQL 8.4 with PostgreSQL 17-alpine for better performance - Update environment variables to use POSTGRES_* naming convention - Change health checks to use pg_isready for PostgreSQL compatibility - Update template.toml to reflect new database and configuration structure - Set version to 'latest' in meta.json for continuous updates ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:38:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#420