francoisjacquet / rosariosis

RosarioSIS Student Information System for school management.
https://www.rosariosis.org
GNU General Public License v2.0
505 stars 347 forks source link

error when try to get a database backup #245

Closed abogadeer closed 6 years ago

abogadeer commented 6 years ago

Hi @francoisjacquet I get this error when I try to get a database backup Error: The path to the database dump utility specified in the configuration file is wrong! (/public_html/system/backup/) I created a folder called backup

I am using the latest build of Rosario php 5.6.35 PostgreSQL 8.4 Chrome

What am I doing wrong?

francoisjacquet commented 6 years ago

Hello @abogadeer

The $pg_dumpPath variable (see config.inc.sample.php file for examples) should point to your server's pg_dump binary / executable.

You probably do not have access to it if you are on shared hosting. But they surely have some backup utility / facility you can use / setup from your control panel.

abogadeer commented 6 years ago

I will have to use ssh to get a database dump.

thanks