Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bootstrap:
exordos bootstrap -i output -f -m core --admin-password admin --cidr 10.20.0.0/22

delete_core:
exordos realms d local
exordos realms d exordos-core

add_ssh_keys:
exordos secret ssh_keys add --current-realm --target_public_key $(SSH_KEY)
Expand Down
1 change: 1 addition & 0 deletions exordos/images/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ log "Apply migrations"
source "$VENV_PATH/bin/activate"
# TODO(akremenetsky): Database configuration parameters should be taken
# from persistent configuration file.
ra-apply-migration --config-dir "$GC_CFG_DIR/" --path "$GC_PATH/.venv/lib/python3.14/site-packages/gcl_sdk/migrations"
ra-apply-migration --config-dir "$GC_CFG_DIR/" --path "$GC_PATH/migrations"

# --- Meta file migrations ---
Expand Down
1 change: 1 addition & 0 deletions exordos/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ sudo cp "$GC_PATH/etc/exordos_universal_agent/logging.yaml" /etc/exordos_univers
# 1) The bootstrap script will transfer the data to the data disk
# 2) It's speed up the first run since the migrations are already applied.
# 3) It's allows to debug the migrations at build time.
OS_DB__CONNECTION_URL="postgresql://$GC_PG_USER:$GC_PG_PASS@127.0.0.1:5432/$GC_PG_DB" ra-apply-migration --path "$GC_PATH/.venv/lib/python3.14/site-packages/gcl_sdk/migrations"
OS_DB__CONNECTION_URL="postgresql://$GC_PG_USER:$GC_PG_PASS@127.0.0.1:5432/$GC_PG_DB" ra-apply-migration --path "$GC_PATH/migrations"

deactivate
Expand Down
139 changes: 0 additions & 139 deletions migrations/0000-init-compute-tables-0234eb.py

This file was deleted.

42 changes: 0 additions & 42 deletions migrations/0000-init-config-tables-9a7b58.py

This file was deleted.

42 changes: 0 additions & 42 deletions migrations/0000-init-discovery-tables-907a68.py

This file was deleted.

42 changes: 0 additions & 42 deletions migrations/0000-init-elements-tables-fe8bdb.py

This file was deleted.

Loading
Loading