Results 5 comments of Enrico Renna

> It will change only in that users would be defined independently and not "below" a collective. So you can't have two same usernames anymore that belong to different collectives....

@zachgoll Might want to reconsider the 2nd end goal. The "docker way" of upgrading an application is to redeploy the container with an updated image. E.g. for a docker stack...

Regarding the deployment, people should be given the docker-compose.yml file which they can pull from the repository. This allows deployment with a simple `docker compose up -d`. While I understand...

> ## Auto-Upgrades > > > > I think you're spot on here that we shouldn't attempt to "self-upgrade" from within the app. I have removed that from the issue...

> I still need to understand the `instrument.js` file because that's supposedly usable for propagating a context but it didn't seem to... Hey @blaine-arcjet are there any news/developments on this?