mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 15:32:35 +00:00
Add database and database users sync (#537)
* Add database and database users sync * get mysl users * add mariadb and postgres * fix phpstan
This commit is contained in:
@ -6,6 +6,11 @@ class Postgresql extends AbstractDatabase
|
||||
{
|
||||
protected array $systemDbs = ['template0', 'template1', 'postgres'];
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
*/
|
||||
protected array $systemUsers = ['postgres'];
|
||||
|
||||
protected string $defaultCharset = 'UTF8';
|
||||
|
||||
protected int $headerLines = 2;
|
||||
|
Reference in New Issue
Block a user