Skip to content

feat(services): update convex service to include postgres #6242

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

Closed
wants to merge 1 commit into from

Conversation

aarsh21
Copy link

@aarsh21 aarsh21 commented Jul 21, 2025

so apparently convex template was using sqlite which is by default but we can add postgres to convex. also to add postgres we need to have a particular name database which is self_hosted_convex.

  • also added some other env varibles which were given in the convex docs

https://github.com/get-convex/convex-backend/tree/main/self-hosted#running-the-database-on-postgres


also I don't know whether we should make another service for it.
For e.g: nextcloud with postgres

please let me know if we want that I will add a new template 😄

@aarsh21 aarsh21 changed the base branch from v4.x to next July 22, 2025 05:24
Copy link
Member

@Cinzya Cinzya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it would be good if you could make this an entirely new service template instead of overriding the current one using sqlite, similar of how we do it with other services e.g. WordPress.
There might be people who would prefer using it with sqlite over postgres.

@Cinzya Cinzya added ⚙️ Service Issues requesting or PRs adding/fixing service templates. 💤 Waiting for changes PRs awaiting changes from the author. labels Jul 27, 2025
@peaklabs-dev
Copy link
Member

Thank you for your contribution. Due to inactivity, we're closing this PR. If you'd like to revisit this change, feel free to reopen this PR or open a new pull request.

@github-actions github-actions bot removed ⚙️ Service Issues requesting or PRs adding/fixing service templates. 💤 Waiting for changes PRs awaiting changes from the author. labels Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants