Long story short I
- Ran a custom sql query against my litefs managed db
- Its transaction hash of some sort got out of sync, killed my app
- After trying 100 things i deleted all machines/volumes, still couldnt deploy
- I changed my
lease.consule.key
inlitefs.ym
l and that finally fixed it.
My question is if i change it back will it break?
Actually jsut did that and it did break, so now my question revolves around the following scenario:
I manage my staging and production environments out of the same repo and the console key just reads in the FLY_APP_NAME to differentiate. If I deploy to prod will changing the structure of this key mess things up there? Or could i theoretically change the consule key at any point and deploy just fine?