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

[Part3] Create new shell script to automate App Tier Instance Deployment - Configure Database #75

Closed
Tracked by #13
tungbq opened this issue Jun 10, 2023 · 4 comments · Fixed by #158
Closed
Tracked by #13
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed shell

Comments

@tungbq
Copy link
Owner

tungbq commented Jun 10, 2023

Task:

Note that this script will be used in the terraform file for the deployment.

@tungbq tungbq added help wanted Extra attention is needed good first issue Good for newcomers shell labels Jun 10, 2023
@tungbq tungbq changed the title Create new shell script to automate App Tier Instance Deployment - Configure Database [Part3] Create new shell script to automate App Tier Instance Deployment - Configure Database Jun 10, 2023
@Harshal662
Copy link
Contributor

I can do that

@tungbq
Copy link
Owner Author

tungbq commented Jun 24, 2023

I can do that

Great! Assigned the task to you. Please go ahead @Harshal662

@Harshal662
Copy link
Contributor

mysql -h CHANGE-TO-YOUR-RDS-ENDPOINT -u CHANGE-TO-USER-NAME -p

should I leave as it is or there are specific name I have to give?

@tungbq
Copy link
Owner Author

tungbq commented Jun 26, 2023

mysql -h CHANGE-TO-YOUR-RDS-ENDPOINT -u CHANGE-TO-USER-NAME -p

should I leave as it is or there are specific name I have to give?

Good question @Harshal662, please create 2 variables for this input, add a placeholder to these variables value (I will update it later). Then use the variable for the mysql command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed shell
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants