testing adjustmets

This commit is contained in:
Pablo Martin 2025-04-04 14:46:31 +02:00
parent 901d39a045
commit 8ea3f0b6a2
4 changed files with 10 additions and 7 deletions

View file

@ -23,8 +23,9 @@ If you don't have this, it probably means you need to review our Infrastructure
- SSH into the CI VM.
- Create a folder in the user home directory named `dbt-ci`.
- Create a copy of the `ci.env` file there naming it `.env` (`cp ci.env ~/dbt-ci/.env`) and fill it with values of your choice.
- Execute the script named `ci-vm-setup.sh` in this folder. This script will take care of most of the setup that need to be executed, including:
- Create a copy of the `ci/ci.env` file there naming it `.env` (assuming you're in the repo root dir, `cp ci/ci.env ~/dbt-ci/.env`) and fill it with values of your choice.
- Modify the `docker-compose.yml` file with values for the Postgres server parameters. Which values to set depend on your hardware. If you don't want or can't decide values for these parameters, you can just comment the lines.
- Enter the `ci` folder and execute the script named `ci-vm-setup.sh` in with `.env` file you just filled in sourced (you can run this: `(set -a && source ~/dbt-ci/.env && set +a && bash ci-vm-setup.sh)`). This script will take care of most of the setup that need to be executed, including:
- Preparing the postgres database.
- Setting up the dockerized postgres with the right database, FDW, etc.
- Prepare the `profiles.yml` file.