HI Everyone, I have setup rudder stack open sourc...
# general
s
HI Everyone, I have setup rudder stack open source but could not sync the events data to the destination point. Source is JS and Destination is selected as Postgres. Problem i am facing: https://rudderstack.slack.com/archives/C01E1EVHTM3/p1656339058636179?thread_ts=1656002912.519719&cid=C01E1EVHTM3 Thanks
g
So there are no events being sent to your Postgres?
s
yes
destination DB is empty and no schema is created there.
g
Same error?
Copy code
546 |      7 | aborted   |       1 | 2022-06-23 15:53:04.885468 | 2022-06-23 15:53:04.885469 |            | {"reason": "service provider not supported: ", "firstAttemptedAt": "2022-06-23T15:53:04.885Z"} | {}
 545 |      7 | executing |       1 |
s
yes
g
Can't see any reason for the error. Let me check with team to learn more about this error
@steep-engineer-96420 are you using control plane lite?
s
yes
g
Control plane lite was deprecated and not maintained anymore.
s
@gentle-petabyte-80785 can i export config.json file from there?
g
Export feature in Free Control Plane is not available yet. You can use the workspace token to get the config
s
@gentle-petabyte-80785 I am using the free version to manage the config and attached self hosted data plane with it. Is there any request limit?
g
No limit. You can send unlimited no. of events with self-hosted.
A common mistake I have seen in the past that some users faced issue with the UI showing event limit warning even when using self-hosted data plane, that was because their workspace type was not open-source. You get open-source type workspace by signing up at https://app.rudderstack.com/signup?type=opensource (notice the type=opensource at the end). If you are signing up on the wrong link, you should see this link near to "signup" button. Use that.
s
Okay thanks