Database setup for pgarchives

From: Sahil Harpal <sahilharpal1234(at)gmail(dot)com>
To: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Database setup for pgarchives
Date: 2022-07-20 21:12:42
Message-ID: CAKi=nnf-f74cP+X8VU29Yb2=_8J2qAx5T6YjsOeHNOm5_K2f4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Hello everyone,
I am working on the improvement of pgarchives project as a part of GSoC.
I need help in database initialization. Do anyone have a database
initialization script which will create all the required tables and fills
it with sample data? Because what I observed the simple migration is not
actually creating all the tables. Like table list_months is not getting
created during migration process.
Also can I get some sample real word data that can be dump from the current
database? I tried inserting some sample data but may be due to some
internal constraints/dependency with other tables/info it is not working
properly and giving error on accessing mail threads.
It would be realy helpful if I get database initialization script which
will create all required tables and some sample real world data that I can
use for testing.
I am planning to make the new design open for the discussion by puting link
of test server but without data nothing will be visible.
Also would love to know any other possible method/technique for this.

Thanks,
Sahil Harpal

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Jacob Champion 2022-07-20 22:01:43 Re: Database setup for pgarchives
Previous Message Michel Schopgens 2022-07-19 11:41:03 Wiki editor request