I am migrating a long-standing Trac environment from macOS to a Docker container. Both configurations use Trac 1.2.3, and after careful migration, everything seems to be working.
However, the Plugins page of the Admin tab shows all of the different trac.* components as separate plugins rather than being grouped under the Trac 1.2.3 "plugin". As a result, the new environment says there are (61) plugins while the old environment says there are only (4). I am concerned about putting the new environment into production with this glitch. Debug logs only report a couple of issues like the following: 2019-11-18 01:19:55,493 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/dist-packages" 2019-11-18 01:19:55,494 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: The 'psycopg2>=2.0 or psycopg2-binary' distribution was not found and is required by Trac but no errors are reported. This problem appears even with a clean Docker image and a new Trac environment, so I don't think it's related to my existing environment. I've scoured the web and this group, but as you can imaging, searching for "trac" and "plugin" does not give results relevant to this issue. Obviously something is different in my configuration, but after a full day of investigating, I am at a loss. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/3d0b18ee-90c0-4c72-8eeb-0176f5af9bcd%40googlegroups.com.