Skip to content

Update SQL schema from live database#13

Open
cpeel wants to merge 1 commit into
mainfrom
postgres-16-dump-format
Open

Update SQL schema from live database#13
cpeel wants to merge 1 commit into
mainfrom
postgres-16-dump-format

Conversation

@cpeel

@cpeel cpeel commented Jun 9, 2026

Copy link
Copy Markdown
Member

These are updates from running the following commands against the main production database:

pg_dump -h gutenberg-pg1.int.ibiblio.org -U gutenberg -s gutenberg -n public > gutenberg_public.sql
pg_dump -h gutenberg-pg1.int.ibiblio.org -U gutenberg -s gutenberg -n cherrypy > gutenberg_cherrypy.sql
pg_dump -h gutenberg-pg1.int.ibiblio.org -U gutenberg -s gutenberg -n reviews > gutenberg_reviews.sql
pg_dump -h gutenberg-pg1.int.ibiblio.org -U gutenberg -s gutenberg -n robots > gutenberg_robots.sql
pg_dump -h gutenberg-pg1.int.ibiblio.org -U gutenberg -s gutenberg -n scores > gutenberg_scores.sql

This appears to be mostly updates from the higher postgres version we're now running.

@cpeel cpeel self-assigned this Jun 9, 2026

@rtonsing rtonsing left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good as far as I can tell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants