wip: scheduled backups

fix: file locations vendor unlocking
This commit is contained in:
Andras Bacsai
2023-08-09 14:44:36 +02:00
parent 46909dca85
commit d18de24cf9
18 changed files with 116 additions and 48 deletions

View File

@@ -49,7 +49,7 @@ class StandalonePostgresql extends BaseModel
);
}
public function type()
public function type(): string
{
return 'standalone-postgresql';
}