Mattia Mascia
Mattia Mascia
Please see this as sample backup procedure : https://github.com/openlab-red/redis-ha/blob/master/management/backup/README.md About performance you can refer to the redis official document.
I can suggest to run all single command one by one from the following assignment and discover the error: `export REDIS_MASTER_IP=$(redis-cli -h backend-redis-sentinel -p 26379 --csv SENTINEL get-master-addr-by-name mymaster |awk...
It looks like the chosen MASTER is down or it does not exist anymore
Adding `source /home/user/.bashrc` would probably solve it if you defined the `.bashrc` and the PATH export there, although if the developer image already provides the PATH, the bug remains.
I noticed that a command defined in the devfile, triggered during the postStart event, does not share the same environment variables as it would if launched normally inside the workspace.
Yes, I’m aware of the workaround, but as you mentioned, the challenge arises when dealing with multiple shell environments, which is my case. It becomes necessary to restore the SHELL...
I will open a new one and put the details
Yes, we are currently using the same mechanism.
The only thing is missing you need to make the repo public, there is no way to provide authentication.
Hi @AObuchow , I agree that notifying the user is the best approach for now. This way, they can make the necessary edits to the DW/devfile accordingly.