Skip to content

Add option to not backup assets #85

@OldStarchy

Description

@OldStarchy

I have a number of docker containers running with a volume bound to the public/assets directory, when using sspak load it tries to move the assets to assets-old but since the directory is a volume it fails.
I've had success by commenting out

$this->execSudo("mv {$assetsPath} {$assetsOldPath}");

but it's a manual step I have to do every time as sspak is baked into the image and the containers are frequently rebuilt.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions