Developer Docs
Search…
Welcome to the Product Docs
Guides
Creating your first event type
Adding your first app
Setting up your availability
Deep Dives
Event Types
Availability
Apps
Settings
Self-hosting
Installation
Upgrading
Docker
Vercel
Powered By
GitBook
Upgrading
Pull the current version:
1
git pull
Copied!
Check if dependencies got added/updated/removed
1
yarn
Copied!
Apply database migrations by running
one of
the following commands:
In a development environment, run:
1
yarn workspace @calcom/prisma db-migrate
Copied!
(this can clear your development database in some cases)
In a production environment, run:
1
yarn workspace @calcom/prisma db-deploy
Copied!
Check for
.env
variables changes
1
yarn predev
Copied!
Start the server. In a development environment, just do:
1
yarn dev
Copied!
For a production build, run for example:
1
yarn build
2
yarn start
Copied!
Enjoy the new version.
Self-hosting - Previous
Installation
Next - Self-hosting
Docker
Last modified
24d ago
Export as PDF
Copy link