demyxsh / demyx

Demyx is a Docker image that automates and manages WordPress installations. Traefik for reverse proxy with Lets Encrypt SSL/TLS. WordPress sites are powered by OpenLiteSpeed/NGINX-PHP and MariaDB.
https://demyx.sh
MIT License
144 stars 23 forks source link

Demyx backup argument --path results in "unknown option: --path" #21

Closed olerap closed 3 years ago

olerap commented 3 years ago
image

I'm currently going through Demyx options and noticed this. Running the latest release. Could you look into this? Thanks for all the work you've done so far!

demyxco commented 3 years ago

Hi @olerap you'll need to use = instead of space

sudo demyx backup all --path=/somewhere/path
olerap commented 3 years ago

Ah, it works now. Thanks!