Closed bluksmat closed 3 years ago
Hi. I can reproduce that on the following machine: Ubuntu 18.04 Node.js 12.8.0 PostgreSQL 10.10 Wiki.js 2.0.0-beta.241
Git isn't working for me at all.
Even with the following entry in the logs:
wiki_1 | 2019-10-08T11:02:34.147Z [MASTER] info: Syncing with storage target git...
wiki_1 | 2019-10-08T11:02:34.155Z [MASTER] info: (STORAGE/GIT) Performing pull rebase from origin on branch master...
wiki_1 | 2019-10-08T11:02:34.263Z [MASTER] info: (STORAGE/GIT) Performing push to origin on branch master...
wiki_1 | 2019-10-08T11:02:34.354Z [MASTER] info: Syncing with storage target git: [ COMPLETED ]
wiki_1 | 2019-10-08T11:02:48.853Z [MASTER] info: Purging orphaned upload files...
wiki_1 | 2019-10-08T11:02:48.854Z [MASTER] info: Purging orphaned upload files: [ COMPLETED
Only the master branch is pulled into ./data/repo but nothing is imported/exported and/or pushed. I've set the config to bidirectional
Observing similar behaviour: Running bidirectional storage, but only export from database to git seems to have any effect. Version 2.0.12
Describe the bug Any changes made in repository, which are even in my local "/var/wiki/data/repo" are not imported/updated nor visible on Website. I tryed everything. Starting from clicking any possible button (including "Import Everything" from Git), had Bi-Directional as with "Pull from target". I have my changes on local repo but I can't make them active/visible on website (cache).
Tried: Manual pull git - ok, all green, no effect Click all Buttons under - Git nor Local, all green, no effect remove files in "var/wiki/data/cache" ... no effect, they just re create without changes made in repo Repeat all steaps and restart wiki (systemctl restart wiki) whenever possible... notching changed.
Note: Any changes made in Wiki Web Editor as correctly pushed to GitHub and local repo, just any changed in that local repo are not imported to actual website.
To Reproduce Steps to reproduce the behavior:
Expected behavior After at least clicking Import Everything, Pages should be updated with any modification made Page .md (or any other type) files. Screenshots //No reason
Host Info (please complete the following information):
Additional context //None