mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
10 lines
436 B
Markdown
10 lines
436 B
Markdown
|
|
# New server setup
|
|
1. Install VCS Server as usual
|
|
2. Setup docker-compose and configure PostgreSQL: [[Postgres + docker compose setup]]
|
|
3. database migration TODO: link to document
|
|
|
|
# Existing server setup
|
|
1. Upgrade VCS Server as usual (move content of /upgrade_package/brand to /usr/vcs)
|
|
2. Setup docker-compose and configure PostgreSQL [[Postgres + docker compose setup]]
|
|
4. Execute migration-scripts: [[Database Migration Scripts]] |