abra app upgrade (and friends) warn about missing secret versions for irrelevant secrets
#671
Notifications
Total Time Spent: 21 minutes
Due Date
decentral1se
21 minutes
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#671
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Even if the
.envdoesn't referencecompose.peertube-secret.ymlCC @rscmbbng
Hey @3wordchant @rscmbbng
I couldn't reproduce this with the
WARN: (SECRET_PEERTUBE_SECRET_VERSION not generated)message 🤔 Idk if that was just some copy/paste issue or some difference betweenabraversions. I can't find any string that would look like that but maybe my grepping powers are failing me now. What I did see is:WARN SECRET_PEERTUBE_SECRET_VERSION missing from foo.com.envHowever, it would seem that you didn't comment out these env vars by default in the
.env.sample?abrais basically doing a compare of the.env.sampleand the current deployment.envat this point in the runtime logic. If it seems uncommented out env vars, then it will show a warning if they are not present in the deployment.env. I am gonna open a ticket on the Peertube recipe about what to do about this.If there's more to this issue, please re-open it!