Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Reconfigure backend to use non-Dockerized MySQL #262

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Conversation

k-zehnder
Copy link
Owner

Description

This pull request transitions from Dockerized MySQL to a host-based setup to resolve data access inconsistencies during container restarts. The host-based configuration offers better stability, resource usage, and easier management.

Changes Made

  • Replaced Dockerized MySQL with host-based MySQL.
  • Updated backend connection settings to support host-side MySQL.

Testing

  • Verified backend connection to host-based MySQL.
  • Performed CRUD operations to ensure stable data handling.
  • Rebooted the server to confirm MySQL autostart and consistent access.

Checklist

  • Code follows project guidelines and best practices.
  • Thoroughly reviewed and tested the changes.
  • Updated or added unit tests to ensure correctness.
  • All tests pass with changes.
  • No known security vulnerabilities introduced.
  • Considered impact on performance, scalability, and maintainability.
  • Documentation updated to reflect changes.

@k-zehnder k-zehnder merged commit 67e92ee into main Oct 28, 2024
5 checks passed
@k-zehnder k-zehnder deleted the staging branch October 28, 2024 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant