This commit is contained in:
fogelito
2023-08-15 12:51:16 +03:00
parent 8a965b2ce3
commit a8ee7f42e8
+1 -2
View File
@@ -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', ''));