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

docker before cloud native #89

Open
obriensystems opened this issue Jul 5, 2024 · 0 comments
Open

docker before cloud native #89

obriensystems opened this issue Jul 5, 2024 · 0 comments
Assignees

Comments

@obriensystems
Copy link
Member

obriensystems commented Jul 5, 2024

mysql dump

osx
ssh -L 3406:prod.clck32qqdksy.us-east-1.rds.amazonaws.com:3306 ubuntu@3.216.15.13

Running: /Applications/MySQLWorkbench.app/Contents/MacOS/mysqldump --defaults-file="/var/folders/rj/kcxp4sbj2y18fnl4sq1gdvj40000gn/T/tmpzieuv1uh/extraparams.cnf"  --host=127.0.0.1 --port=3406 --default-character-set=utf8 --user=ob...bs --protocol=tcp --skip-triggers --skip-column-statistics "biom" "gps_record"


michaelobrien@mbp7 main % docker run --name biometric_web -d -p 8888:8080 -v ~/Dropbox/env/mbp4/biometric/tomcat-users.xml:/usr/local/tomcat/conf/tomcat-users.xml \
  -v ~/Dropbox/env/mbp4/biometric/setenv.sh:/usr/local/tomcat/bin/setenv.sh \
-e os.environment.configuration.dir=/ \
-e os.environment.db.biometric.schema=biometric \
-e os.environment.db.url=jdbc:mysql://127.0.0.1:3406 \
-e os.environment.db.username=ob...s \
-e os.environment.db.password=O*C* \
-e os.environment.discriminator=biometric \
-e os.environment.ecosystem=prod biometric-web:latest
d92663e8d21848a8d1f650856f8978dd9c03033231528aaeb12619ba254f4b3b
michaelobrien@mbp7 main % 


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

No branches or pull requests

2 participants