dvs remote test
Test remote connection and component access.
Syntaxβ
dvs remote test <name>
Exampleβ
dvs remote test prod
Outputβ
Testing remote 'prod'...
[default] SSH Connection
Host: prod.example.com:22
User: deploy
Connection: β OK
[files] File Access
Path: /var/www/myapp
Read: β OK
Write: β OK
[database] Database Access
Host: localhost
Database: myapp_prod
Connection: β OK
All tests passed.
What's Testedβ
| Section | Tests |
|---|---|
default | SSH/transport connection |
files | Path exists, read/write permissions |
database | Database connection, credentials |
dumps | Path exists, file pattern matches |