From: | vishal saberwal <vishalsaberwal(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Rollback to Previous Version |
Date: | 2006-01-19 17:05:37 |
Message-ID: | 3e74dc250601190905w5fa7e79bj2ccbb27372c8d63d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
hi all,
may be i asked too many questions,
Let me rephrase this,
What do u think are the best strategies for rolling back to previous schema
version.
What i think is,
(a) having a table which will log version updates.
(b) having stored procedures Rollback_from_1.0.0.3_to_1.0.0.2()
Rollback_from_1.0.0.2_to_1.0.0.3(), and such others.
But the above method requires these functions created for every jump in both
directions.
Since this looks like a lot of work, i thought, there must be some strategy
that can be a lot quicker,
Can you all please direct me as to where to look for the relevant
information?
thanks,
vish
On 1/18/06, vishal saberwal <vishalsaberwal(at)gmail(dot)com> wrote:
>
> hi all,
>
> I am sure this problem has been thought of before but I haven't found any
> good solution to this yet.
>
> Problem:
> We release schema with versions 1.0.0.1, 1.0.0.2, 1.0.0.3 for example.
>
> Now client installs version 1.0.0.1 in year the 2001 and then upgrades to
> version 1.0.0.2 in year the 2004 and then to version 1.0.0.3 in the year
> 2005. Client is not satisfied in 6 months and now wants to go back to
> version 1.0.0.2.
>
> In these 6 months he has a lot of data logged and configured (new and
> modified from version 1.0.0.2) in the current schema.
>
> What are the different/best ways/practices of rolling back to the previous
> schema version?
> What are the best practices to save/log the data being deleted and schema
> changes being made to rollback to previous schema version?
> What happens if the client wants to rollback to version 1.0.0.1 instead of
> 1.0.0.2 from version 1.0.0.3?
>
> thanks,
> vish
>
From | Date | Subject | |
---|---|---|---|
Next Message | Marc Munro | 2006-01-19 17:17:12 | Privilege for seeing queries using pg_stat_get_backend_activity |
Previous Message | Jonah H. Harris | 2006-01-19 16:55:31 | Re: No heap lookups on index |