albundy83 commented on issue #53091:
URL: https://github.com/apache/airflow/issues/53091#issuecomment-3113452364
If someone can help to me clean the connections AND variables directly on
database.
I mean, what should I do after the `airflow db shell` ... I don't know the
database structure enough.
I have upgraded, changed fernet key and now, for connections and variables,
I have also this error 500 without no possibility to interact.
Even command line show me the long python error:
```bash
airflow@airflow-api-server-58f4fdd745-tlxbk:/opt/airflow$ airflow
connections list
Traceback (most recent call last):
File "/home/airflow/.local/bin/airflow", line 8, in <module>
sys.exit(main())
^^^^^^
.... blablabla..
cryptography.fernet.InvalidToken
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]