Skip to content

Commit 2f0f925

Browse files
committed
Add section on rolling back
1 parent 7e03f1e commit 2f0f925

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rfcs/0154-Migrate-taskcluster-to-postgres.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ A consequence of this design is that "procedures are forever" -- an upgrade can
142142
never delete a stored procedure. At worst, when a feature is removed, a stored
143143
procedure can be rewritten to return an empty result or perform no action.
144144

145+
Given that procedures will operate identical before and after the upgrade,
146+
rolling back won't cause the database to throw an error but will have a cost to
147+
it. Any changes that were made to the database will still be there after rolling
148+
back.
149+
145150
## Ad-hoc Queries
146151

147152
Direct SQL access to the database is *not allowed*. Taskcluster will allow

0 commit comments

Comments
 (0)