-
Notifications
You must be signed in to change notification settings - Fork 36
Add option to not backup assets #85
Copy link
Copy link
Open
Description
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
Line 159 in 1d1ffff
| $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.
Reactions are currently unavailable