-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git backend storage give-up on sync #2082
Comments
Hi ! Can you please guide me to understanding the scheduler workflow? Also any info on the global WIKI object would be super helpful as well.. Thanks! |
Hey, I could not reproduce this problem on the development environment, any idea if it has been fixed? Perhaps we could close this issue Steps performed by me
|
Hi @jmvaswani : Would you be interested in fixing this issue? I've encountered this problem, but I'm unsure how to fix it:
|
Hi @imysl0. Can you explain how did you encounter the issue ? I tried to reproduce it on my dev setup, but didn't have much luck there |
Hi @jmvaswani : The link below is an example of using a submodule. On this basis,
Additionally, I encountered another issue where, after different users made modifications and committed them in the Git repository, Wiki.js would pick up these changes and record them in its own database. However, the page's modifier was always the Wiki.js administrator, not the Git commit author. I attempted to fix this issue but was unsuccessful. I have documented my efforts here for reference. |
Did the commit actually go through though? It says the operation was successful, but do the changes actually show up in the remote repo? |
Describe the bug
When Git backend storage fail for some reason (git server restarting for exemple), the storage function fail (obviously). But when the git service is back up, WikiJS never try to save again. It stay in error mode.
To Reproduce
Steps to reproduce the behavior:
Git
as storage backendAdditional steps :
Force Sync
Expected behavior
WikiJS should always try to sync even if the previous sync failed (maybe with a cooldown)
Screenshots
N/A
Host Info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: