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

Exploring Database Connectivity with Roxen: Local vs. Remote Configuration #8

Open
abdellahi-brahim opened this issue Apr 20, 2024 · 2 comments

Comments

@abdellahi-brahim
Copy link

Hello!

It appears that Roxen manages its database using a path specified in a file named "mysql-location.txt," suggesting that the database needs to be located on the same system as Roxen. Additionally, Roxen seems to handle database upgrades and fixes itself. This makes me wonder if it's possible for Roxen to connect to a remote database, or if it's restricted to databases located on the same filesystem.

Could you clarify that?

@grubba
Copy link
Member

grubba commented Apr 23, 2024

Roxen uses a MySQL or MariaDB for internal purposes. This does not preclude accessing other databases for other purposes.

@abdellahi-brahim
Copy link
Author

And from what I understood this database is managed by Roxen through the binaries right? I want this database to be a remote one, is it possible or would it require a major refactor?

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

No branches or pull requests

2 participants