Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start gluesync listener without intializing glue databases #134

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

rpoluri
Copy link
Contributor

@rpoluri rpoluri commented Feb 25, 2025

📝 Description

🔗 Related Issues

@rpoluri rpoluri requested a review from a team as a code owner February 25, 2025 14:18
files/startup.sh Outdated
#create glue database
if [ ! -z $ENABLE_GLUESYNC ]; then
#create glue database if not created by terraform
if [ -z $TF_GLUEDB ] && [ ! -z $ENABLE_GLUESYNC ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename this to ENABLE_GLUE_DB_INIT or something like that.

@rpoluri rpoluri merged commit 687a80f into master Feb 26, 2025
1 check passed
@rpoluri rpoluri deleted the feature/glue_fix branch February 26, 2025 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants