Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Feature: Support mariadb and MinIO#1

Merged
rafaeljusto merged 5 commits intomainfrom
feature/support-maria-minio
Nov 21, 2025
Merged

Feature: Support mariadb and MinIO#1
rafaeljusto merged 5 commits intomainfrom
feature/support-maria-minio

Conversation

@rafaeljusto
Copy link
Copy Markdown

Applying changes from attendee-labs#518 .

At Teamwork most of our stack (especially in our development environment) uses minio for our blob storage and mariadb for our data store. I've provided options here to run attendee with either aws credentials or minio (which shares the same API interface as aws s3), as well as postgres or mariadb/mysql for the database.

I ended up having to split out some of the migrations (and change the order as constraints were defined before schema) where constraint support was not available in mariadb.

I have run docker-compose up for both postgres as well as mariadb support, ensured migrations ran from scratch in both systems. Everything is running for me in development as expected with both database systems.

image

I have tested this on MacOS.

Brandon Hansen added 5 commits November 19, 2025 09:33
Provides instructions for setting up MariaDB and MinIO for local development and
testing. Includes configuration details and example commands.
@rafaeljusto rafaeljusto merged commit 4d12cf7 into main Nov 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant