Git Repository No Longer Works #44
-
Since I added the daemon container, as per issue #41, the git repos on Phabricator no longer work correctly. They still appear to be updating, as commits appear on tickets, however, if you click on the commit it takes you to the commit with a warning message at the top that reads:
And there is not code shown. Also, if you try to browse the repos via the Diffusion section you get the error message:
If I start the daemon on the Phabricator container again and wait a couple of minutes it all starts working again. So, what have I got mis-configured here? Is there something extra I need in the configuration on the daemon container for the repos? Thanks. Andrew. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hmm, I don't use the repos (I only use the task management) so you're in uncharted waters. :) Appreciate you testing it out. Maybe both the Phabricator and the Daemon need the same volume mounts in the same location? I imagine maybe the deamon is might be caching the repos in the database and it would need access to them. In other words, both the Phabricator and the Daemon should have basically the exact same config, if you aren't mounting the repos somewhere you should start doing that so they can be persisted and shared between containers. Does that help? |
Beta Was this translation helpful? Give feedback.
hmm, I don't use the repos (I only use the task management) so you're in uncharted waters. :) Appreciate you testing it out.
Maybe both the Phabricator and the Daemon need the same volume mounts in the same location? I imagine maybe the deamon is might be caching the repos in the database and it would need access to them.
In other words, both the Phabricator and the Daemon should have basically the exact same config, if you aren't mounting the repos somewhere you should start doing that so they can be persisted and shared between containers.
Does that help?