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:
parent
56e8a0fa65
commit
f60f3895dc
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user