skip to Main Content

plz help me
i develop one app with Django and my database in the PostgreSQL
my database name is company and have many data
one month ago i can backup but now! PostgreSQL not allow to backup

i decided to create one roll for backup automatically, but again alert to me that problem

2

Answers


  1. Chosen as BEST ANSWER

    Thank you for Answer but When I rub pg_dump.exe, alert me can not openenter image description here


  2. Welcome! Maybe it will help you.

    PostgreSQL incorporates a utility called "pg_dump" that can be utilized to dump database data into a record for reinforcement purposes.

    pg_dump name_of_database > name_of_backup_file

    !The command must be run by a user with privileges to read all of the database information!

    Hope that helps you

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search