ucd-library / pg-farm-v0

UC Davis PostgreSQL Farm
MIT License
0 stars 0 forks source link

Public data dump #5

Open jrmerz opened 4 years ago

jrmerz commented 4 years ago

How do create a public snapshot of the database?

The following fails if the library_user does not have full access to the database.

pg_dump -U library_user 
jrmerz commented 4 years ago

Currently looking at manual scan of database :( Would need to include:

This would also require us figuring out the dependency graph for insert order.