Help with Installation of postgresql and phppgadmin AFTER installation

Post Reply
madebyjono
Posts: 4
Joined: Fri Jul 02, 2021 5:39 pm

So I'm needing postgresql after the initial installation (a year or so ago) after I skipped it during initial installation (Debian 10).

I've installed pgsql and phppgadmin - both are running and showing in vestacp

I've created a test db and when accesssing phppgadmin the dashboard's assets (css, scripts and images) are not loading:
Image

Also checked out the vesta installation script and copied the nginx and apache configurations :

Code: Select all

cp -f $vestacp/nginx/phppgadmin.inc /etc/nginx/conf.d/

cp -f $vestacp/pga/phppgadmin.conf /etc/apache2/conf.d/

cp -f $vestacp/pga/config.inc.php /etc/phppgadmin/
Been trying for a couple of days, and could really use some help!
Thanks in advance!
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

madebyjono
Posts: 4
Joined: Fri Jul 02, 2021 5:39 pm

Yes, that fixed it. Thank you!
I tried changing different templates, force-https, etc except using the hosting-legacy one šŸ˜…
Post Reply