FAQ: wpfy debug — what to include when asking for help
-
How to use
wpfy debugand what to include when asking for help. See Operations.What
wpfy debugdoeswpfy debugruns structured checks across:- Docker Engine and Compose plugin
- The Traefik edge proxy
- Every managed site (runtime, scaffold, HTTP readiness)
- Certificate state where relevant
It returns structured facts — not raw command dumps — so the output is safe to share once secrets are redacted.
Run it
wpfy debugFor a specific site:
wpfy site status example.com wpfy site info example.comWhat to post when asking for help
- The exact command you ran.
- What you expected vs. what happened.
- The
wpfy debugoutput, redacted:$ wpfy debug [ paste here, replace any password/token/key with <redacted> ] - OS and Docker version:
$ docker --version $ lsb_release -a - A redacted
.envif the issue is site-specific.
See How to ask a good wpfy support question for the full template.
Other useful commands
wpfy info— aggregate host + site operational factswpfy log example.com— per-site log inspectionwpfy secure— security audit baselinewpfy maintenance— maintenance mode controls
Common fixes
- Site not reachable:
wpfy debug→ check Traefik + site runtime checks →wpfy site status example.com. - SSL failed: DNS/IP preflight — see the SSL FAQ.
- Restore failed: the archive must validate before the runtime stops.
wpfy debugafter a failed restore to confirm state.
Never paste
- Database passwords (MariaDB, Redis)
- API tokens
- Anything from
.env(redact the whole file) - SSH private keys
- ACME account keys
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login