microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

OXA Bootstrap - EdX Database (Mysql) Setup Failed #368

Closed elia368 closed 6 years ago

elia368 commented 6 years ago

Hello, I was trying a deployment but failed with the error "Execution of edX MySQL migrations failed" Attached log gives details bootstrap.log capture9 I need your assistance. Thank you.

egonid commented 6 years ago

Hello elia368

Can you attach the bootstrap.csx.log file?

and What is your Azure VM Size?

Thanks

elia368 commented 6 years ago

@egonid I am using the default Vm sizes,Standard_D1_v2,Standard_D2_v2,Standard_D2_v2,Standard_D2_v2 here is the bootstrap.csx.log file bootstrap.csx.log

Thank You

elia368 commented 6 years ago

Hello, After Syncing the configuration files from the repository I deployed without modifying defaultf files in the config folder and the deployment was successful.after some other trials I realized that my ssl certificate was causing the issue and this was fixed after reconverting the .cer file that I got from the provider to .pfx and then generate the .crt and key files. This is why I am closing this issue. Thank you.