Help with Installation of postgresql and phppgadmin AFTER installation
Posted: Tue May 02, 2023 6:57 am
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:

Also checked out the vesta installation script and copied the nginx and apache configurations :
Been trying for a couple of days, and could really use some help!
Thanks in advance!
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:

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/
Thanks in advance!