Reports not visible in UI until imported via UI #14278
-
ENV: Steps: Expected Behavior Observed Behavior |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Reports handling changed fairly recently, possibly in v3.5.0. Now scripts and reports are listed in the database and must be imported via the UI; simply dropping them into the directory is not sufficient. See also #12766 and #12842. As long as they're in a volume (or alternatively in an S3 bucket) then you should be fine: they'll persist when you upgrade the container, and you just have to remember to upload them via the UI rather than dropping them straight into the volume. The documentation at https://github.com/netbox-community/netbox-docker/wiki/Custom-Reports-&-Scripts needs to be updated though. |
Beta Was this translation helpful? Give feedback.
-
This behavior sounds exactly like what we thought as observed the situation. @candlerb many thanks |
Beta Was this translation helpful? Give feedback.
Reports handling changed fairly recently, possibly in v3.5.0. Now scripts and reports are listed in the database and must be imported via the UI; simply dropping them into the directory is not sufficient. See also #12766 and #12842.
As long as they're in a volume (or alternatively in an S3 bucket) then you should be fine: they'll persist when you upgrade the container, and you just have to remember to upload them via the UI rather than dropping them straight into the volume.
The documentation at https://github.com/netbox-community/netbox-docker/wiki/Custom-Reports-&-Scripts needs to be updated though.