-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Use the Postgres Adapter with a Postgres URI #2871
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
Use the Postgres Adapter with a Postgres URI #2871
Conversation
@kulshekhar updated the pull request - view changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR!
how to config postgres for parse-server? |
@lsxredrain when starting parse server, specify the You can also add another |
Replace he databaseURI by one that starts with postgres and points to your database. Note that you have to use the latest build by pointer to "parseplatform/Parse-server#latest" in your package.json |
@flovilmart thanks a lot, I try it |
name: 'error', |
Error while starting out, i opened a issue please check it #3595 |
This PR gets Parse Server to use the Postgres adapter if the
--databaseURI
supplied is of the formpostgres://...
.