mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
misc: more boring irrelevant postgresql warnings to filter out
This commit is contained in:
parent
bdc296f858
commit
cab7667dcc
1 changed files with 2 additions and 0 deletions
|
@ -359,6 +359,7 @@ def hook_exec(
|
|||
r"Removing obsolete dictionary files",
|
||||
r"Creating new PostgreSQL cluster",
|
||||
r"/usr/lib/postgresql/13/bin/initdb",
|
||||
r"/usr/lib/postgresql/15/bin/initdb",
|
||||
r"The files belonging to this database system will be owned by user",
|
||||
r"This user must also own the server process.",
|
||||
r"The database cluster will be initialized with locale",
|
||||
|
@ -366,6 +367,7 @@ def hook_exec(
|
|||
r"The default text search configuration will be set to",
|
||||
r"Data page checksums are disabled.",
|
||||
r"fixing permissions on existing directory /var/lib/postgresql/13/main ... ok",
|
||||
r"fixing permissions on existing directory /var/lib/postgresql/15/main ... ok",
|
||||
r"creating subdirectories \.\.\. ok",
|
||||
r"selecting dynamic .* \.\.\. ",
|
||||
r"selecting default .* \.\.\. ",
|
||||
|
|
Loading…
Add table
Reference in a new issue