Tagged Questions
0
votes
1answer
33 views
PostgreSQL backup error
I am trying to backup my company PostgreSQL database using pgAdmin III, so I selected our company DB from the tree, then right clicked on it and selected 'Backup', selected the destination folder ...
3
votes
1answer
716 views
PostgreSQL Scheduled Database Backup
For scheduling a daily back up on a postgres database we execute the following command:
0 2 * * * /usr/local/pgsql/bin/pg_dump -Fp -b -U database_name \
> ...
1
vote
2answers
853 views
Backup of Postgres database
I want to create a backup of my database in Postgres.
I'm using pgAdmin.
on my database I have clicked right button of mouse
after that I've selected the "Create a backup of database"
After that ...