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

Which docker should i use for eligibility of mariadb? #5407

Closed
2 tasks done
berkayalan opened this issue Dec 4, 2024 · 3 comments
Closed
2 tasks done

Which docker should i use for eligibility of mariadb? #5407

berkayalan opened this issue Dec 4, 2024 · 3 comments
Labels

Comments

@berkayalan
Copy link

⚠️ Please verify that this question has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

📝 Describe your problem

Hey, I want to run uptime-kuma on aws ecs and use mariadb for permanent data. I was using latest docker image but i see that mariadb support is v2.0 feature.(#4500) Which docker image should I use for that?

📝 Error Message(s) or Log

I see that even though i configure it for mariadb:

2024-12-04T14:50:00Z [DB] INFO: SQLite config:

| 2024-12-04T14:50:00.701Z | [ { journal_mode: 'wal' } ]
| 2024-12-04T14:50:00.702Z | [ { cache_size: -12000 } ]
| 2024-12-04T14:50:00.704Z | 2024-12-04T14:50:00Z [DB] INFO: SQLite Version: 3.41.1

🐻 Uptime-Kuma Version

1.23.15

💻 Operating System and Arch

ECS Fargare

🌐 Browser

Google Chrome

🖥️ Deployment Environment

  • Runtime: AWS ECS Fargate
  • Database:
  • Filesystem used to store the database on:
  • number of monitors:
@berkayalan berkayalan added the help label Dec 4, 2024
@mabed-fr
Copy link

mabed-fr commented Dec 4, 2024

Hello,

The most optimal solution is

louislam/uptime-kuma:beta-slim

docker pull louislam/uptime-kuma:beta-slim

All you have to do is configure the environment variables :)

Link: https://github.com/louislam/uptime-kuma/wiki/Environment-Variables
Link:

@CommanderStorm
Copy link
Collaborator

https://github.com/louislam/uptime-kuma/releases/tag/2.0.0-beta.0

V2.0 is not a stable release => is currently behind the beta tag

@berkayalan
Copy link
Author

Thanks @mabed-fr , i have already passed environment variables but using the right docker works for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants