Actions
Feature #10493
closedClean up directories when deploying new instances of Bridge
Start date:
09/11/2020
Due date:
09/17/2020
% Done:
100%
Estimated time:
Published in build:
Description
When Bridge is deployed in the second time, there may be some absolutely useless files from the old instance. As far as I understand, it has sense to clean up directories "media" and "logs". Maybe something else. Maybe some directories are cleaned up already.
Updated by Vladimir Gratinskiy about 4 years ago
- Due date set to 09/17/2020
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in branch feature_10493 for media folder.
Updated by Vladimir Gratinskiy about 4 years ago
- % Done changed from 50 to 100
Implemented for logs folder, but some files can't be deleted as migration process locks it on migration. But the initial migration should try to empty such files.
Updated by Evgeny Novikov about 4 years ago
Since this may suddenly break existing verification results, let's postpone the merge to master.
Updated by Evgeny Novikov about 4 years ago
- Status changed from Resolved to Closed
I merged the branch to master in 272c95d38. Note, that this change is not backward compatible, so, you need to completely reinstall Klever after it.
Actions