Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
updated engine docs to mention min postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 committed Apr 19, 2024
1 parent 0e98aa7 commit 728186c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/engine/self-host/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dashboard](https://thirdweb.com/dashboard/engine).

- [Docker](https://docs.docker.com/get-docker/)
- A thirdweb secret key from the [API Keys page](https://thirdweb.com/dashboard/settings/api-keys)
- PostgresDB (version 14+)

### Development

Expand Down Expand Up @@ -92,6 +93,7 @@ See the [Production Checklist](/engine/production-checklist#cloud-hosting) for b
- Host Postgres DB on a cloud provider.
- Examples: [AWS RDS](https://aws.amazon.com/rds/postgresql/), [Google Cloud SQL](https://cloud.google.com/sql/docs/postgres), [Heroku](https://www.heroku.com/postgres), [Supabase](https://supabase.com/docs/guides/database/overview)
- Minimum specs: 2 vCPU, 2 GB memory (AWS equivalent: t4g.small)
- Minimum version: 14
- Set the `connection_limit` parameter within your `POSTGRES_CONNECTION_URL` environment variable to `10`.

### FAQ
Expand Down

0 comments on commit 728186c

Please sign in to comment.