34
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2025-01-09 08:19:52 +00:00

Update all images with the PostgreSQL connection fix

This commit is contained in:
Llewellyn van der Merwe 2024-07-27 21:14:54 +02:00
parent 56e8a0fa65
commit f60f3895dc
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
24 changed files with 24 additions and 24 deletions

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)

View File

@ -60,7 +60,7 @@ elseif ($dbType === 'pgsql')
$maxTries = 10;
do {
$connection = "host={$host} port={$port} user={$user} password={$password}";
$connection = "host={$host} port={$port} user={$user} password={$password} dbname=postgres";
$dbconn = @pg_connect($connection);
if (!$dbconn)