Typebot Docs home page
Search...
⌘K
Github
Dashboard
Dashboard
Search...
Navigation
Guides
Using a PlanetScale database
Learn
Self-Hosting
Contribute
API Reference
Community
Get started
Overview
Configuration
Troubleshoot
Deploy
Docker
Vercel
Manual
Guides
S3 Configuration
Using a PlanetScale database
Guides
Using a PlanetScale database
Typebot is also pluggable to a PlanetScale database. But it means, you’ll need to push schema changes manually.
To do so, follow these instructions:
Replace
DATABASE_URL
with a PlanetScale development branch URL.
From the
packages/prisma
directory, run a the db push command:
pnpm run db:push
Then, in PlanetScale dashboard, or using their CLI, you can create a new deploy request from this development branch to your production branch.
You can’t connect to PlanetScale database if you are deploying with Docker as docker images are currently built only with postgresql support.
Suggest edits
S3 Configuration
Assistant
Responses are generated using AI and may contain mistakes.