Revant Nandgaonkar

Results 113 comments of Revant Nandgaonkar

if it's using Helm Charts then we've a repo here https://github.com/frappe/helm we've helm.erpnext.com that can be used to get the packaged chart. if I've to copy and maintain a duplicate...

It is the `DB_PASSWORD` variable you've set. exec into mariadb container and check the value of `MYSQL_ROOT_PASSWORD` env var.

if common_site_config.json doesn't have redis_queue key socketio defaults to `localhost:12311` for redis. point the key to correct service. `redis://redis-queue:6379`

Try reinstalling the site? Somehow I am not able to recreate this.

I'll suggest just make it v15 instead of full semver.

This is ERPNext version ideally. The image is `frappe/erpnext` search for `FRAPPE_VERSION` in the repo and you need to change it in docs md files, py scripts that run to...

We'll follow https://github.com/valkey-io/valkey-container. Once official images are ready we'll change.

If you pass the PAT or credentials properly in apps.json it should work. For your custom case you can always use your fork. I managed to render apps.json with pat/creds...