Files
twenty/packages/twenty-docs/l/tr/developers/self-host/capabilities/upgrade-guide.mdx
T
github-actions[bot] cd73088be6 i18n - docs translations (#19925)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-04-21 10:57:27 +02:00

31 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Yükseltme rehberi
icon: arrow-up-right-dots
---
## Genel kılavuzlar
**Yükseltme işlemine başlamadan önce veritabanınızı yedeklediğinizden emin olun**. Bunun için `docker exec -it {db_container_name_or_id} pg_dumpall -U {postgres_user} > databases_backup.sql` komutunu çalıştırın.
Yedeği geri yüklemek için `cat databases_backup.sql | docker exec -i {db_container_name_or_id} psql -U {postgres_user}` komutunu çalıştırın.
Docker Compose kullandıysanız, aşağıdaki adımları izleyin:
1. Yirmi'nin çalıştığı sunucuda bir terminalde, Twenty'yi kapatın: `docker compose down`
2. Sürümü yükseltmek için .env dosyanızdaki `TAG` değerini değiştirin. ( `v0.53` gibi `major.minor` sürümler tüketmenizi öneririz )
3. Twenty'yi `docker compose up -d` ile tekrar çevrimiçi hale getirin.
**Her bir yükseltme sonrasında bozulmamış bir yedeğiniz olduğundan emin olun.**
## Sürüme özel yükseltme adımları
## After v1.21
We know support sequential upgrades. You don't need to go through each version one by one.
## Before v1.21
Make sure to go through every major tagged version when upgrading (upgrade v1.6.x to v.7.y, then v.7.y to v.8.z, etc.).