mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #14] Will not delete certain ocr'd files #8
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fumunda on GitHub (May 5, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/14
Howdy again,
Seem to be having a strange issue. I take the container down nightly as I do a backup of all of my containers and when i bring it back up in the morning, a couple of the files that had been deleted the previous day are back. The first time, i just thought it was me, but it has been 4 days now and those 2 files continue to appear daily. They get deleted daily and then are back in the morning when i bring it back up. Its weird. I am not a programmer or anything so let me know what you need to diagnose this.
OS: unRAID 6.8.3 (running docker-compose from the commandline)
PostGRES db container: default from your compose file
worker container version: eugenci/papermerge-worker:latest
service container version: eugenci/papermerge:1.2.x (and yes it is "x")
Only changes i have made to your compose file are:
changed the line 'depends_on: - db' to 'links: - db:db' (wouldn't talk the other way for some reason)
service version 1.2.x
added exposing ports for postgres (-p 5432:5432 which i had to do to get them to talk to one another for some reason), other than that it is what you wrote.
Also, no errors or anything in the logs. Just files reappearing.
Thanks for looking.
@ciur commented on GitHub (May 6, 2020):
Well written a very clear report!
I will have a look at this issue over the weekend and come back with feedback.
@ciur commented on GitHub (May 8, 2020):
I can't reproduce this issue. IMHO document deletion works pretty well.
@fumunda commented on GitHub (May 8, 2020):
Alright. Must just be a strange side effect of the way i am running it.
I'll look into it more and see if i cant figure it out. Thanks!
On Fri, May 8, 2020, 2:28 AM Eugen Ciur notifications@github.com wrote: