We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only when updating from older version with an existing rengine_tool_config volume and if you use prebuilt_images
Config files for those tools are copying in the Dockerfile from reNgine-ng cloned dir to volumes rengine_tool_config
rengine-ng/docker/celery/Dockerfile
Lines 181 to 183 in 0ec7383
It works if you build your own image, because COPY command is triggered during build, but if you use prebuilt_image, the config files are not copied.
And in the tool settings those 3 are empty, and there's no way to save them (500 error)
So, to solve this problem, we should add a check existence in the update.sh of the celery container, and if not present we should copy config files
Config files should be present when updating from old reNgine-ng version prior to 2.1.0
- reNgine: 2.1.0 - OS: Debian 12 - Python: 3.10 - Docker Engine: - Docker Compose: - Browser:
No response
The text was updated successfully, but these errors were encountered:
This issue is being closed because the related PR has been merged into a release branch.
Sorry, something went wrong.
psyray
Successfully merging a pull request may close this issue.
Current Behavior
Only when updating from older version with an existing rengine_tool_config volume and if you use prebuilt_images
Config files for those tools are copying in the Dockerfile from reNgine-ng cloned dir to volumes rengine_tool_config
rengine-ng/docker/celery/Dockerfile
Lines 181 to 183 in 0ec7383
It works if you build your own image, because COPY command is triggered during build, but if you use prebuilt_image, the config files are not copied.
And in the tool settings those 3 are empty, and there's no way to save them (500 error)
So, to solve this problem, we should add a check existence in the update.sh of the celery container, and if not present we should copy config files
Expected Behavior
Config files should be present when updating from old reNgine-ng version prior to 2.1.0
Steps To Reproduce
Environment
Anything else?
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: