Skip to content

Commit

Permalink
Remove Migration Extension Path Env (#13908)
Browse files Browse the repository at this point in the history
(cherry picked from commit bd6e296)
(cherry picked from commit 4b57789)
  • Loading branch information
mohityadav766 authored and chirag-madlani committed Nov 10, 2023
1 parent 5a041e2 commit 96a4c9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion conf/openmetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ database:
migrationConfiguration:
flywayPath: "./bootstrap/sql/migrations/flyway"
nativePath: "./bootstrap/sql/migrations/native"
extensionPath: ${MIGRATION_EXTENSION_PATH:-""}
extensionPath: ""

# Authorizer Configuration
authorizerConfiguration:
Expand Down
6 changes: 0 additions & 6 deletions docker/docker-compose-quickstart/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ services:
#changeEventConfig
OM_URI: ${OM_URI:- "http://localhost:8585"}

#extensionConfiguration
MIGRATION_EXTENSION_PATH: ${MIGRATION_EXTENSION_PATH:-""}

# Heap OPTS Configurations
OPENMETADATA_HEAP_OPTS: ${OPENMETADATA_HEAP_OPTS:--Xmx1G -Xms1G}
# Mask passwords values in UI
Expand Down Expand Up @@ -310,9 +307,6 @@ services:
#changeEventConfig
OM_URI: ${OM_URI:- "http://localhost:8585"}

#extensionConfiguration
MIGRATION_EXTENSION_PATH: ${MIGRATION_EXTENSION_PATH:-""}

# Heap OPTS Configurations
OPENMETADATA_HEAP_OPTS: ${OPENMETADATA_HEAP_OPTS:--Xmx1G -Xms1G}
# Mask passwords values in UI
Expand Down
7 changes: 0 additions & 7 deletions docker/docker-compose-quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ services:
#changeEventConfig
OM_URI: ${OM_URI:- "http://localhost:8585"}

#extensionConfiguration
MIGRATION_EXTENSION_PATH: ${MIGRATION_EXTENSION_PATH:-""}

# Heap OPTS Configurations
OPENMETADATA_HEAP_OPTS: ${OPENMETADATA_HEAP_OPTS:--Xmx1G -Xms1G}
# Mask passwords values in UI
Expand Down Expand Up @@ -308,10 +305,6 @@ services:
#changeEventConfig
OM_URI: ${OM_URI:- "http://localhost:8585"}

#extensionConfiguration
MIGRATION_EXTENSION_PATH: ${MIGRATION_EXTENSION_PATH:-""}


# Heap OPTS Configurations
OPENMETADATA_HEAP_OPTS: ${OPENMETADATA_HEAP_OPTS:--Xmx1G -Xms1G}
# Mask passwords values in UI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ database:
migrationConfiguration:
flywayPath: "../bootstrap/sql/migrations/flyway"
nativePath: "../bootstrap/sql/migrations/native"
extensionPath: ${MIGRATION_EXTENSION_PATH:-""}
extensionPath: ""

#elasticsearch:
# host: localhost
Expand Down

0 comments on commit 96a4c9e

Please sign in to comment.