mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
info
This commit is contained in:
@@ -56,8 +56,7 @@ class Backup extends Action
|
||||
Console::exit();
|
||||
}
|
||||
|
||||
console::info('Trying to connect to ' . $this->dsn->getHost() . ':' . $this->dsn->getPort() .
|
||||
'user:' . $this->dsn->getUser() . 'password:' . $this->dsn->getPassword());
|
||||
console::info('Trying to connect to ' . $this->dsn->getHost() . ' : ' . $this->dsn->getPort() . ' user: ' . $this->dsn->getUser() . ' password: ' . $this->dsn->getPassword());
|
||||
|
||||
try {
|
||||
$dsn = new DSN(App::getEnv('_APP_CONNECTIONS_BACKUPS_STORAGE', ''));
|
||||
|
||||
Reference in New Issue
Block a user