Added migration scripts

This commit is contained in:
acsok 2024-06-10 14:03:07 -04:00
commit 9eca539d7e

View File

@ -1,10 +1,10 @@
# New server setup
1. Install VCS Server as usual
2. Setup docker-compose and configure PostgreSQL: [[Postgres Setup (single server)]]
3. Execute migration-scripts: [[Database Migration Scripts]]
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 Setup (single server)]]
2. Setup docker-compose and configure PostgreSQL [[Postgres + docker compose setup]]
4. Execute migration-scripts: [[Database Migration Scripts]]