LemmyNet / lemmy-ansible

A docker deploy for ansible
GNU Affero General Public License v3.0
248 stars 92 forks source link

Update to 0.19.0 failed #207

Closed pixlguru closed 9 months ago

pixlguru commented 9 months ago

from the lemmy-container log

: LemmyError { message: Unknown("\"unknown fieldcache_remote_images, expected one ofurl,api_key,cache_external_link_previews,upload_timeout\" near 13:24"), inner: "unknown fieldcache_remote_images, expected one ofurl,api_key,cache_external_link_previews,upload_timeout" near 13:24, context: SpanTrace [] }', crates/utils/src/settings/mod.rs:20:20 note: run withRUST_BACKTRACE=1environment variable to display a backtrace

dessalines commented 9 months ago

That config setting name got changed: https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L54

Its not in this repo, and isn't a default, so there's nothing we can do from here.