-
-
Notifications
You must be signed in to change notification settings - Fork 175
[17.0][IMP] fs_storage: Allow setting check_connection_method in configuration file #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 17.0
Are you sure you want to change the base?
Conversation
42b6908
to
6c197a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making this change will loose the data from the instance, as the system will drop the column check_connection_method.
At least we need a migration script
I’ve checked : the column is not dropped. The value is lost thought, as server_environment looks for the value elsewhere. I’m trying to find a way to migrate the value. |
6c197a1
to
7fcad05
Compare
Migration script added. |
Have you checked on a database? |
I’ve done the test on 18. The value is migrated correctly. Before:
After migration:
|
This PR has the |
No description provided.