-
Notifications
You must be signed in to change notification settings - Fork 20
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
Postgres support #1144
Comments
We are adding Postgres support in walletd because it doesn't have support for MySQL yet. We are considering adding support for Postgres to renterd as well but it probably won't happen short term. Depends on #1134 |
I'm interested in pushing forward on renterd. |
You are obviously free to open a PR to add Postgres support but it wouldn't be wise to get started now since our database code is currently being migrated away from GORM. Meaning it's in a mixed state that is still under a lot of development. If you want I can ping you here once the codebase is ready to get started on Postgres support. |
Do you have instruction to convert from sqlite to postgres after then? Postgres will use for db and consensus? |
We don't have any official instructions but you should be able to find existing tools and instructions which can help with that. I haven't used it yet but Consensus will remain in BoltDB but any metadata and metrics would be stored in Postgres |
Description
I saw a PR on walletd adding postgres support - SiaFoundation/walletd#57
it would be nice to also have it in renterd as some of users may prefer it over mysql/sqlite
Version
v1.0.6
What operating system are you running (e.g. Ubuntu 22.04, macOS, Windows 11)?
Ubuntu 22.04, kubernetes
Anything else?
No response
The text was updated successfully, but these errors were encountered: