I installed postgresql and it was working just fine.
So I made on the old server a dump:
su - postgres
pg_dumpall > dbdo28.out
And I reload this database on the new one:
su - postgres
psql -f dbdo28.out template1
The database was inserted just fine and is working on the account and I can see then on the phppgadmin BUT IT IS NOT SHOWING ON CPANEL INTERFACE. I can't create, delete and list any database.
How can I fix it to show on cpanel interface.
So I made on the old server a dump:
su - postgres
pg_dumpall > dbdo28.out
And I reload this database on the new one:
su - postgres
psql -f dbdo28.out template1
The database was inserted just fine and is working on the account and I can see then on the phppgadmin BUT IT IS NOT SHOWING ON CPANEL INTERFACE. I can't create, delete and list any database.
How can I fix it to show on cpanel interface.