diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca4574bf6e..ab81a550b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 5fb45a9013..c28b68aa0c 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -147,7 +147,7 @@