You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that this bug has not already been reported.
You have tried to fix the bug yourself
I have tried to fix the bug myself.
Current Behavior
Upon upgrading to 4.2.1, even if no environment variables are present in the deployment, it looks like Tauticord is trying to perform a migration to a config file. I recently transitioned everything to the config file manually (a couple of Tauticord versions ago), so don't need Tauticord to perform the migration. The main issue though is it's running into an issue trying to perform a migration.
After upgrading to 4.2.1 I'm running into the errors below, and the container continues to restart itself. Rolling back to 4.2.0 has solved the issue and Tauticord is able to launch.
2024-03-31 02:17:54,302 - [INFO]: Migration 001: Copying environment variables to /config/migration_data/001_env_var_to_config_yaml.yaml
2024-03-31 02:17:54,303 - [INFO]: WARNING: Environment variable configuration is going away soon! Please use a config file instead.
2024-03-31 02:17:54,307 - [ERROR]: Migration 001 failed: [Errno 2] No such file or directory: '/config/migration_data/001_env_var_to_config_yaml.yaml'
2024-03-31 02:17:54,307 - [CRITICAL]: Migrations failed. Exiting...
Let me know if I can provide any other info about my deployment, etc. Thank you for all of the work on Tauticord!
Expected Behavior
No migration is needed if no env variables are present, and shouldn't see a warning about env variables being deprecated if they're not in use too.
Steps to Reproduce
Be on v4.2.1 without env vars and (I think) you'll get the same error as above.
Supporting Information
I deploy this in a kubernetes cluster and can share the helmrelease.yaml if it's needed.
The text was updated successfully, but these errors were encountered:
This bug has not been reported already
You have tried to fix the bug yourself
Current Behavior
Upon upgrading to 4.2.1, even if no environment variables are present in the deployment, it looks like Tauticord is trying to perform a migration to a config file. I recently transitioned everything to the config file manually (a couple of Tauticord versions ago), so don't need Tauticord to perform the migration. The main issue though is it's running into an issue trying to perform a migration.
After upgrading to 4.2.1 I'm running into the errors below, and the container continues to restart itself. Rolling back to 4.2.0 has solved the issue and Tauticord is able to launch.
Let me know if I can provide any other info about my deployment, etc. Thank you for all of the work on Tauticord!
Expected Behavior
No migration is needed if no env variables are present, and shouldn't see a warning about env variables being deprecated if they're not in use too.
Steps to Reproduce
Be on v4.2.1 without env vars and (I think) you'll get the same error as above.
Supporting Information
I deploy this in a kubernetes cluster and can share the helmrelease.yaml if it's needed.
The text was updated successfully, but these errors were encountered: