canonical / mongodb-operator

Charmed solution for MongoDB
Apache License 2.0
11 stars 14 forks source link

resyncing backup configs sometimes unsuccessful and needs an additional `pbm config --force-resync` #215

Closed MiaAltieri closed 8 months ago

MiaAltieri commented 1 year ago

Steps to reproduce

  1. configure s3 storage
  2. deploy mongodb cluster
  3. relate to s3-storage
  4. write a backup to storage
  5. deploy a new cluster
  6. relate to s3 storage
  7. run backup-list (this results in occassionally flakey behavior)

Expected behavior

juju run-action mongodb/leader list-backups should show all backups

Actual behavior

juju run-action mongodb/leader list-backups occasionall shows no backups

Notes

I fixed this by entering the charm and manually running pbm config --force-resync

github-actions[bot] commented 1 year ago

https://warthogs.atlassian.net/browse/DPE-1831

MiaAltieri commented 8 months ago

Out of Date