Feature #8833
eliminate legacy load on startup support
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Greg Shah about 2 years ago
- Related to Feature #3930: allow session level control over the database(s) which are auto-connected added
#2 Updated by Greg Shah about 2 years ago
This is leftover work that should have been finished in #3930. The objective is to remove the old style load on startup support (the new session support is sufficient).
- Remove code that reads the
load_at_startupconfiguration value in the directory (seeDatabaseManager.readDatabaseConfig()). - Remove
DatabaseManager.loadedOnStartup()and all references to theloadedOnStartupDBslist. - Remove the code that calls
DatabaseManager.loadedOnStartup()inDatabaseManager.autoConnect(). - Write documentation on how customers migrate from the old style to the new session approach.