I've found the solution, the update script dont include the passwords.yml.
I've added this code:
---
if [[ -f ~/my-passwords.yml ]]; then
    extra_args="${extra_args} -e@~/my-passwords.yml"
fi
---
after 
---
if [[ -f /edx/app/edx_ansible/server-vars.yml ]]; then
    extra_args="-e@/edx/app/edx_ansible/server-vars.yml"
fi
---
in the update script. 


El miércoles, 16 de agosto de 2017, 12:36:27 (UTC+2), [email protected] 
escribió:
>
> Hello everybody,
> I've performed a native installation in a clean new installation of Ubuntu 
> 16.04.
> I've got the server running but Im stuck when I try to update server vars. 
> Im going to describe here what I did.
>
>    1. *Stop the server:* sudo /edx/bin/supervisorctl stop all
>    2. *Create server-vars.yml*: sudo nano /edx/app/edx_ansible/
>    server-vars.yml
>    
>    3. *Add some var*: EDXAPP_PLATFORM_NAME: 'Example'
>    4. *Run configuration update: *sudo /edx/bin/update configuration 
>    master
>    5. *Run edx-platform update*: sudo /edx/bin/update edx-platform master
>
> In the last step Ive got this error: (1.PNG). Ive tried a lot of things 
> but nothing solve this problem...
>
> Please help me :P, Best regards and thanks you.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/ccd9c011-9014-4b7d-9f51-7dcbf6cd841a%40googlegroups.com.

Reply via email to