Meilisearch and Vercel #7455
Replies: 2 comments
-
@GuillaumeDelore There should be no issue doing this just configure the PG Yaml for Vercel source:
type: postgres
host: us-east-1.aws.neon.tech
port: 5432
database: POSTGRESQL_DATABASE_NAME
user: POSTGRESQL_USERNAME
password: POSTGRESQL_PASSWORD You can get the needed data at |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello all,
I test Meilisearch for use with my nextjs project on Vercel. One key aspect is to be able to synchronize Meilisearch with my PostGreSQL database on Vercel.
Meilisearch has a tutorial for it https://www.meilisearch.com/docs/guides/database/meilisync_postgresql , but not directly for usage with Vercel. Given Vercel technical environment, is it possible to reproduce this tutorial and synchronize Meilisearch with Vercel ?
Thank you in advance
Example
No response
Steps to Reproduce
please have a look at the following link: https://www.meilisearch.com/docs/guides/database/meilisync_postgresql
Beta Was this translation helpful? Give feedback.
All reactions