Trying to use ReadySet with Lemmy 0.18.1 with PostgreSQL backend, confused about setup #112
Replies: 3 comments
-
Hi @RocketDerp!
No, you can provide ReadySet with the URL of your existing Postgres instance.
The user account whose credentials you provide to ReadySet via
There are two sets of credentials we're dealing with here: those that ReadySet uses to connect to your Postgres instance, and those that your client uses to connect to ReadySet. ReadySet connects to your Postgres instance using the credentials set via I hope that helps! Let me know if you have further questions. |
Beta Was this translation helpful? Give feedback.
-
ok, thank you for clarification --platform=linux/arm64 isn't working for me, do you suggest I compile from source? Lemmy is written in Rust too, so the server should be ready to compile. |
Beta Was this translation helpful? Give feedback.
-
You can definitely build ReadySet from source! Let me know if you have any questions about doing so. Unfortunately, we currently only provide an |
Beta Was this translation helpful? Give feedback.
-
The ReadySet instructions say I should install a Docker postgresql, do I need to do this if I already have postgress with my live Lemmy application data? In other words, do I have to run a second instance of postgress dedicated to ReadySet?
Second question, do I need to use the 'postgress' username or can I use the 'lemmy' username when creating the ReadySet docker? Or does ReadySet need special low-level access of the postgress account?
The documentaiton for ReadySet says to set the upstream-db-url, but the username and password fields are also there? Should I be setting these to lemmy?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions