Re: Seeking Suggestions for Best Practices: Archiving and Migrating Historical Data in PostgreSQL

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Joe Tailleur <joe(dot)tailleur(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Seeking Suggestions for Best Practices: Archiving and Migrating Historical Data in PostgreSQL
Date: 2025-05-30 13:56:31
Message-ID: B991E464-BDF6-4E20-BD9B-8D62644BECA9@elevated-dev.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On May 30, 2025, at 7:50 AM, Joe Tailleur <joe(dot)tailleur(at)gmail(dot)com> wrote:
>
> It allows me to easily backup the schema (regardless of the number of tables). I can move several tables into that schema, and back up the schema.

Ah--my mind was stuck on one-at-a-time thinking.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ron Johnson 2025-05-30 15:02:23 Re: pg_dump verbose start and stop times?
Previous Message Joe Tailleur 2025-05-30 13:50:47 Re: Seeking Suggestions for Best Practices: Archiving and Migrating Historical Data in PostgreSQL