1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/16921] Increase PHP requirements in the DOCS

Attempt to fix postgres test for 3.3.x. branch

PHPBB3-16921
This commit is contained in:
3D-I 2021-12-02 05:50:23 +01:00
parent aff3852568
commit 8104a446d4

View File

@ -562,6 +562,7 @@ jobs:
[System.Environment]::SetEnvironmentVariable('PATH',$Env:PATH+";${env:PGBIN}")
$env:PGPASSWORD = 'root'
psql -c hot_standby=on
psql -c wal_level=minimal
psql -c 'DROP DATABASE IF EXISTS phpbb_tests;' -U postgres
psql -c 'create database phpbb_tests;' -U postgres
Set-MpPreference -ExclusionPath "${env:PGDATA}" # Exclude PGDATA directory from Windows Defender