Skip to main content

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​

SectionTests
defaultSSH/transport connection
filesPath exists, read/write permissions
databaseDatabase connection, credentials
dumpsPath exists, file pattern matches