upgrade: Defer migrating attachments from v1.6
This patch suggests that old attachments in the `upload_dir` can be located and left alone when upgrading away from osTicket v1.6. Later, via the `file` command line applet, the attachments can be migrated into the database, or to the new filesystem plugin after it is installed with: php manage.php file migrate --backend=6 --to=D This allows attachment migration to be retried in the event it failed for any reason.
Showing
- README.md 7 additions, 0 deletionsREADME.md
- include/class.file.php 60 additions, 2 deletionsinclude/class.file.php
- include/cli/modules/file.php 1 addition, 1 deletioninclude/cli/modules/file.php
- include/upgrader/streams/core/15b30765-dd0022fb.patch.sql 5 additions, 1 deletioninclude/upgrader/streams/core/15b30765-dd0022fb.patch.sql
- include/upgrader/streams/core/15b30765-dd0022fb.task.php 42 additions, 49 deletionsinclude/upgrader/streams/core/15b30765-dd0022fb.task.php
- include/upgrader/streams/core/934954de-f1ccd3bb.patch.sql 17 additions, 2 deletionsinclude/upgrader/streams/core/934954de-f1ccd3bb.patch.sql
Loading
Please register or sign in to comment