Hello @ThiefMaster I am strangling to change my favicon since please can you help me?
here is what I did:
LOGO_URL = '/static/custom/files/events_logo.png'
FAVICON_URL = '/static/custom/files/favicon.ico'
CUSTOMIZATION_DIR = '/opt/indico/custom'
It is working for the logo but not the favicon.
Which Indico version are you using? And what’s the URL to your Indico instance (in case it’s publicly accessible)?
my indico version is 3.2.6
You’re running an outdated (and unsupported, including security updates!) Indico version from two years ago. Please update to the latest release (v3.3.6) and the option will work.
yes it is public accessible: https://events.wascal.org
What are the risks when upgrading to a newer version of Indico? How can I prevent data loss during the upgrade, especially since the system is currently in production?
Please have a look at the upgrade guide and especially the Upgrading from 3.x to 3.3 section. Generally updates are very safe, but it’s nonetheless recommended to create a database backup (pg_dump
is your friend here) first.