Martin Gruner

Results 109 comments of Martin Gruner

Feature wishes from another user: > - Separate translations by modules, like: customer portal, admin, system and etc. As our example show, we could have system just in english only,...

Dear @AnaelMobilia, Thank you so much for your valuable feedback. > "Validation of translation": I translate strings on the development branch of weblate and validate translations. When the translation is...

> Thanks! Additional question: is it possible to have an alert for translation which didn't respect the glossary? My idea is to use it as a guideline and found translations...

@dominikklein also guess it should not be related to the background worker refactoring.

Hey @Stackout. We managed to add a first, basic level of support for devcontainer in https://github.com/zammad/zammad/commit/9ebdbc20c594e61415ba0d8b977969d6ad063e40. I guess this will be the way forward when optimizing dev workflow in future....

The admin needs to provide the restorable backups in the `restore` folder in the `zammad-backup` volume. This can be done via CLI, but also via Portainer for example by running...

> Is this something that can be done via GUI or is there CLI work needed? If there is operational work required, the write mount can be overridden when a...

@t-shehab I just tried to verify this, without success. With only externalS3Url: ```yaml zammadConfig: minio: # enabled: true externalS3Url: http://minioadmin:[email protected]:9000/my-awesome-zammad-bucket?region=eu-central-1&force_path_style=true ``` ```plain helm template zammad -f values.yaml | grep S3...

@dominikklein as mentioned by @MrGeneration this is probably a long standing issue with Zammad. Ideas for solutions: - Reliably detect the absence of the database during updates and ignore all...

@dominikklein this is a bug IMO. If you just do an `apt upgrade` and things blow up, that doesn't seem right. Even if it's an old issue.