Skip to content

Conversation

@mrrobot47
Copy link
Member

This pull request introduces a safeguard to the migration process for generating a default self-signed certificate. The main change ensures that the migration is skipped if the required certificates directory does not exist, preventing unnecessary operations and potential errors.

Migration process improvement:

  • Added a check in the constructor of the migration class to set a flag (skip_this_migration) if the certs_dir directory does not exist, and updated the up() method to skip the migration and log a debug message when this flag is set.

@mrrobot47 mrrobot47 merged commit 430f141 into EasyEngine:develop Sep 4, 2025
1 of 5 checks passed
@mrrobot47 mrrobot47 deleted the fix/skip-ssl-gen branch September 4, 2025 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant