Search found 1 match

by ELIOTRASIDA
17 Apr 2020, 18:26
Forum: General Discussion
Topic: Problem with upgrade
Replies: 4
Views: 6335

Re: Problem with upgrade


Problem is that db_user must have access to template1 db. Check your psql logs.

Change (version 2.23.0 - row 404 in admin/install.php)

$t_result = @$g_db->Connect( $f_hostname, $f_admin_username, $f_admin_password);
to
$t_result = @$g_db->Connect( $f_hostname, $f_db_username, $f_db_password, $f ...