maxserv/fal_migration_undoubler

This package is abandoned and no longer maintained. No replacement package was suggested.

Finds documents outside of the _migrated folder, updates references to point to those files and removes the redundant file from the _migrated folder.

1.2.2 2016-04-13 09:35 UTC

This package is auto-updated.

Last update: 2022-05-25 08:38:03 UTC


README

Finds documents outside of the _migrated folder, updates references to point to those files and removes the redundant file from the _migrated folder.

Latest Stable Version Total Downloads Latest Unstable Version License

Clone it

git clone https://github.com/MaxServ/t3ext-fal_migration_undoubler.git fal_migration_undoubler

Or install it using composer:

composer config repositories.fal_migration_undoubler vcs https://github.com/MaxServ/t3ext-fal_migration_undoubler.git
composer require maxserv/fal_migration_undoubler

More information on usage can be found in the command reference.

##Usage

###Ensure the _cli_lowlevel user has the proper permissions

The user running the command-line task must have persmissions to remove files from the _migrated folder. You will need to edit the _cli_lowlevel user in the backend and grant him/her access to a filemount containing the _migrated folder.

Create a filemount with access to the _migrated folder

Attach the filemount to the _cli_lowlevel user

###Call the command line task

First do a dry-run to see what will be re-referenced and how much space you can save.

php ./typo3/cli_dispatch.phpsh extbase undouble:migratedfiles --dry-run

If that output looks good:

php ./typo3/cli_dispatch.phpsh extbase undouble:migratedfiles

License & Disclaimer

Copyright 2016 Michiel Roos - MaxServ B.V.

This Source Code Form is subject to the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. If a copy of the GPL was not distributed with this file, You can obtain one at http://www.gnu.org/copyleft/gpl.html

BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.