mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
container id fix
This commit is contained in:
@@ -56,6 +56,9 @@ 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());
|
||||
|
||||
try {
|
||||
$dsn = new DSN(App::getEnv('_APP_CONNECTIONS_BACKUPS_STORAGE', ''));
|
||||
$this->s3 = new DOSpaces('/' . $database . '/full', $dsn->getUser(), $dsn->getPassword(), $dsn->getPath(), $dsn->getParam('region'));
|
||||
|
||||
Reference in New Issue
Block a user