0

I am working on a Django project and have started to used Postgres (as opposed to sqlite3), however, I am unsure where the database file is stored. I am on a Mac OS X Mavericks, and am starting my server using Postgress.app. I also have pgAdmin3 installed. I would like to move my database from where it is currently stored and into my Django filder so that i can upload it when I am ready to deploy my project, this way i can have the tables i have already written to my database. Does anyone know where the database files for postgres are store on Mac OS and how I can copy it to my project folder? Thank you.

2
  • 1
    stackoverflow.com/questions/1137060/… Commented Oct 6, 2014 at 22:35
  • 2
    I suggest you to do a backup/restore of your database, and not even think about copy/past server internal files (even if it can be possible in your case) Commented Oct 6, 2014 at 22:38

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.