docs
docs copied to clipboard
Project file import upload size option is not documented
Describe the bug Project imports are often large, and require changing a config point that is not documented.
grail.controllers.upload.maxFileSize is necessary to set in framework.properties for large project files. It accepts integer values in bytes only, unlike our job upload file size options (which are set in rundeck-config.properties and accept K, M, and G suffixes for convenience)
Also, log files in some older versions of Rundeck don't get converted to new locations on import, so it's required to create a directory for those files if it doesn't exist, particularly if you are converting from a .war file install to OS packages, or vice-versa.
Source page No source page, it's not in our docs at all.