Use of existing mariaDB or PostgreSQL servers? #55
Answered
by
tincanfury
tincanfury
asked this question in
Q&A
|
I already have a mariaDB and PostgreSQL server running and was wondering if there's any reason I couldn't use one of them with Yamtrack? thanks! |
Answered by
tincanfury
Aug 17, 2026
Replies: 2 comments 1 reply
|
It should be fine. I use it with an existing postgres cluster. To be safe, create a separate user for yamtrack, create a database under that user, and provide the details to yamtrack. It should work as expected. |
0 replies
|
@tincanfury Any luck with this? curious to know how you got on! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! I've been running this way for some time now without any issues.
Below is my Portainer stack, should also work as a compose.yml file(?). You have to manually add the user and db to your postgres db.
Now I need to see if I can easily rename from "yamtracke" to "floppy" =D