fleet/tools/backup_db
Victor Lyuboslavsky 8d253fe19a
Updating user now updates activity feed. (#18962)
#18766
Fixed a bug where updating user via `/api/v1/fleet/users/:id` endpoint
sometimes did not update the activity feed and returned the un-updated
user object.

You must use a DB configuration with a replica to reproduce the issue.

# Checklist for submitter

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-05-14 15:06:23 -05:00
..
backup.sh Updating user now updates activity feed. (#18962) 2024-05-14 15:06:23 -05:00
README.md Updated testing.md (#6583) 2022-08-01 19:06:30 -05:00
restore.sh Updating user now updates activity feed. (#18962) 2024-05-14 15:06:23 -05:00
restore_e2e_software_test.sh Add fixtures for software and vulnerabilities end-to-end tests (#6337) 2022-06-23 10:01:37 -05:00

These scripts are for backing up and restore the Docker development MySQL database.

Usage is documented here.