Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FiveFiftyOne - Enable snapshots for data modified data #23783

Merged
merged 1 commit into from
Jun 14, 2022

Conversation

totten
Copy link
Member

@totten totten commented Jun 14, 2022

Before

The 5.51.alpha upgrade modifies a some data-structures (civicrm_mapping_*, civicrm_queue),
but it doesn't take any snapshots.

After

It does snapshots.

Comments

Both tables should generally be quite small.

Strictly, the civicrm_mapping_* updates are more in-place modifications,
so that's more important. The civicrm_queue changes are only adding new
columns. But the table is so small - it doesn't hurt.

I suppose one could argue that these particular fields aren't likely to have
problems - but it's important to get in the habit of enabling snapshots so
that we have them when they do matter.

Before
------

The 5.51.alpha upgrade modifies a some data-structures (`civicrm_mapping_*`, `civicrm_queue`),
but it doesn't take any snapshots.

After
-----

It does snapshots.

Comments
--------

Both tables should generally be quite small.

Strictly, the `civicrm_mapping_*` updates are more in-place modifications,
so that's more important.  The `civicrm_queue` changes are only adding new
columns.  But the table is so small - it doesn't hurt.

I suppose one could argue that these particular fields aren't likely to have
problems - but it's important to get in the habit of enabling snapshots so
that we have them when they do matter.
@civibot
Copy link

civibot bot commented Jun 14, 2022

(Standard links)

@civibot civibot bot added the 5.51 label Jun 14, 2022
@eileenmcnaughton eileenmcnaughton merged commit dc5b64d into civicrm:5.51 Jun 14, 2022
@totten totten deleted the 5.51-snapshots branch June 14, 2022 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants