requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.73k stars 2.73k forks source link

Can't Import changes from Git Repository #927

Closed bluksmat closed 3 years ago

bluksmat commented 5 years ago

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:

  1. Setup Git Repo. In short, all green, and make sure you can push/pull repo from to git
  2. Make any page and fill it with any Content
  3. Sync Git
  4. Use any other PC/ Repo access point. Make change to page .md file (did manually updated date time)
  5. Push Changes to the repo.
  6. Go to your wiki web and sync Git (green light here).
  7. Import Everything
  8. Check actual Page which you modified (no diffrence - local repo have correct modified files)

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

rolling-robot commented 5 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

categoryshell commented 5 years ago

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

AngryAnt commented 4 years ago

Observing similar behaviour: Running bidirectional storage, but only export from database to git seems to have any effect. Version 2.0.12