What do you mean by “reverting back to 6.6.2”? How do you observe this regression?
Is your agent code still on the right version, but on the UI you observe that it has downgraded?
Cheers.
PS: one thing I’ve in mind so far: could you have another agent instance using this environment (demo) FOREST_ENV_SECRET that could override what you’re pushing with your “main” instance?
Hello @adriguy,
Correct, the code remains the same but the UI is reverted back to 6.6.2. I know this is the case because there is a red banner that shows up on the top of the screen that the current version is outdated.
if there was a possibility for another environment potentially pushing to this “main” instance, it would remain at version 8.0.12 because all the other environments have been updated and no longer use 6.6.2
Ok, I’ve checked on my side, your demo and staging environments are in version 6 indeed at the moment.
And I can in the history that you’ve pushed a version 8 at some point.
So, the only possibility I see is that there exists another instance of your demo agent (at least an instance using the FOREST_ENV_SECRET of your demo environment), that is still in v6, and that overrides the changes you’ve made with the agent updated in v8.
Could you triple check this please?
About this:
Sorry if I was not clear. It’s not another environment pushing to demo environment. It would be 2 instances of demo environment that are conflicting.
Hi @adriguy,
Than you for your reply. I’ve double checked our FOREST_ENV_SECRET and I only have access to [ *** the environment secret key *** ]. Would you be able to help me and identify other instances of demo FOREST_ENV_SECRET that exists?
I thought that maybe the old staging env would be the issue but the issue is still happening after removing the old staging env on this project.
I strongly advise you to not share your FOREST_ENV_SECRET here, they are secret and personal (I edited your messages to obfuscate them).
Ok, so what you have to look for is an agent instance that is using the FOREST_ENV_SECRET finishing by ...85ea2bed7.
For instance, you have deployed first your demo environment on one server, then finally on another one and the first one is not well deleted (but still regularly running). This first instance would keep sending an old schema of yours to our servers.