Summary | After upgrade the vfs attachment directory is deleted |
Queue | Wicked |
Queue Version | 1.0.1 |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | jan (at) horde (dot) org |
Requester | szimszon (at) oregpreshaz (dot) eu |
Created | 12/21/2011 (4938 days ago) |
Due | |
Updated | 10/15/2012 (4639 days ago) |
Assigned | 09/06/2012 (4678 days ago) |
Resolved | 09/06/2012 (4678 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 1.0.2 |
Patch | No |
commit 965fbd91ade80ceaca14a4b80273a2a376ab4b78
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 6 18:05:10 2012 +0200
Don't return, actually delete the page (
Bug #10875).wicked/lib/Driver/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/965fbd91ade80ceaca14a4b80273a2a376ab4b78
commit 2c74dd98bfa2d5723e90d606adccd5035535b37c
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 6 18:00:17 2012 +0200
[jan] Fix accidental deletion of all attachments (
Bug #10875).Conflicts:
wicked/package.xml
wicked/docs/CHANGES | 1 +
wicked/lib/Driver.php | 4 ++++
wicked/lib/Driver/Sql.php | 6 +++---
wicked/package.xml | 1 +
4 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/2c74dd98bfa2d5723e90d606adccd5035535b37c
commit 965fbd91ade80ceaca14a4b80273a2a376ab4b78
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 6 18:05:10 2012 +0200
Don't return, actually delete the page (
Bug #10875).wicked/lib/Driver/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/965fbd91ade80ceaca14a4b80273a2a376ab4b78
commit 2c74dd98bfa2d5723e90d606adccd5035535b37c
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 6 18:00:17 2012 +0200
[jan] Fix accidental deletion of all attachments (
Bug #10875).Conflicts:
wicked/package.xml
wicked/docs/CHANGES | 1 +
wicked/lib/Driver.php | 4 ++++
wicked/lib/Driver/Sql.php | 6 +++---
wicked/package.xml | 1 +
4 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/2c74dd98bfa2d5723e90d606adccd5035535b37c
Milestone ⇒ 1.0.2
commit 0a39bf14a284bf6c0fb1538189dfa16e97964235
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 6 18:05:10 2012 +0200
Don't return, actually delete the page (
Bug #10875).wicked/lib/Driver/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0a39bf14a284bf6c0fb1538189dfa16e97964235
commit c7f96faaeb140076128ba1273657b8314df46d4b
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 6 18:00:17 2012 +0200
[jan] Fix accidental deletion of all attachments (
Bug #10875).wicked/docs/CHANGES | 1 +
wicked/lib/Driver.php | 4 ++++
wicked/lib/Driver/Sql.php | 6 +++---
wicked/package.xml | 2 ++
4 files changed, 10 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/c7f96faaeb140076128ba1273657b8314df46d4b
State ⇒ Assigned
Priority ⇒ 3. High
I have new evidence...
The problem is not the wicked upgrade but if you delete a wiki page.
The full wicked/attachments directory get deleted :(
System is in a separate pear installation and I use filesystem as vfs backend.
The disappearing of files is related to upgrade :( I'm still
interested in this bug.
Now I made a script that count the files in the vfs dir every 5 min.
If something delete the files I'll be informed.
I hope to narrow the cause down :-o
The installation is a Horde Webmail Edition...
State ⇒ Feedback
other application's vfs directories still exist? You don't happen to
store the files in your system's temporary directory?
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ After upgrade the vfs attachment directory is deleted
Type ⇒ Bug
Queue ⇒ Wicked
The deletion is not after the upgrade immediately. The deletion is
after hours from upgrade.
VFS is on filesystem. Horde is installed in a separate pear environment.