RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
240 stars 72 forks source link

Issue #3413: move Kernel/cpan-lib to new directory backup #3417

Closed bschmalhofer closed 1 month ago

bschmalhofer commented 1 month ago

before copying /opt/otobo_install/otobo_next into /opt/otobo. Old Perl module should not linger.

bschmalhofer commented 1 month ago

The exact location of backup needs to be discussed. The current state is that an update would result in:

$tree -L 4 backup/ | more
backup/
└── 2024-05-24-100146_31386
    └── Kernel
        └── cpan-lib
            ├── Algorithm
            ├── CPAN
            ├── CSS
            ├── Class
            ├── Crypt
            ├── Data
            ├── Date
            ├── Devel
            ├── Email
             ...
bschmalhofer commented 1 month ago

This has been handled in a different PR.