feat(docker-compose): Use openmetadata-ops.sh script for migrations (#14990)

This commit is contained in:
Akash Jain 2024-02-05 11:22:53 +05:30 committed by GitHub
parent 1ecc461b62
commit 8574e9a742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ services:
context: ../../.
dockerfile: docker/development/Dockerfile
container_name: execute_migrate_all
command: "./bootstrap/bootstrap_storage.sh migrate-all debug force"
command: "./bootstrap/openmetadata-ops.sh -d migrate --force"
environment:
OPENMETADATA_CLUSTER_NAME: ${OPENMETADATA_CLUSTER_NAME:-openmetadata}
SERVER_PORT: ${SERVER_PORT:-8585}

View File

@ -64,7 +64,7 @@ services:
context: ../../.
dockerfile: docker/development/Dockerfile
container_name: execute_migrate_all
command: "./bootstrap/bootstrap_storage.sh migrate-all debug force"
command: "./bootstrap/openmetadata-ops.sh -d migrate --force"
environment:
OPENMETADATA_CLUSTER_NAME: ${OPENMETADATA_CLUSTER_NAME:-openmetadata}
SERVER_PORT: ${SERVER_PORT:-8585}

View File

@ -13,7 +13,7 @@ version: "3.9"
services:
execute-migrate-all:
container_name: execute_migrate_all
command: "./bootstrap/bootstrap_storage.sh migrate-all"
command: "./bootstrap/openmetadata-ops.sh migrate"
image: docker.getcollate.io/openmetadata/server:1.3.0-SNAPSHOT
environment:
OPENMETADATA_CLUSTER_NAME: ${OPENMETADATA_CLUSTER_NAME:-openmetadata}

View File

@ -57,7 +57,7 @@ services:
execute-migrate-all:
container_name: execute_migrate_all
image: docker.getcollate.io/openmetadata/server:1.3.0-SNAPSHOT
command: "./bootstrap/bootstrap_storage.sh migrate-all"
command: "./bootstrap/openmetadata-ops.sh migrate"
environment:
OPENMETADATA_CLUSTER_NAME: ${OPENMETADATA_CLUSTER_NAME:-openmetadata}
SERVER_PORT: ${SERVER_PORT:-8585}

View File

@ -55,7 +55,7 @@ services:
execute-migrate-all:
container_name: execute_migrate_all
image: docker.getcollate.io/openmetadata/server:1.3.0-SNAPSHOT
command: "./bootstrap/bootstrap_storage.sh migrate-all"
command: "./bootstrap/openmetadata-ops.sh migrate"
environment:
OPENMETADATA_CLUSTER_NAME: ${OPENMETADATA_CLUSTER_NAME:-openmetadata}
SERVER_PORT: ${SERVER_PORT:-8585}