fix(loader): disable config file rewrite during startup
Some checks failed
CI / build-and-test (push) Failing after -32m45s
Some checks failed
CI / build-and-test (push) Failing after -32m45s
* migrate legacy schemas in memory only * log hint to use amcs-migrate-config for persistence
This commit is contained in:
@@ -83,3 +83,8 @@
|
||||
- Added `amcs-migrate-config` binary to the Docker image build output.
|
||||
- Added `migrate-config` service in `docker-compose.yml` under the `tools` profile.
|
||||
- Documented compose-based migration commands (dry-run and in-place apply) in the README.
|
||||
|
||||
### 2026-04-21 21h - Startup Migration Write Disabled
|
||||
- Changed config loading to migrate legacy schemas in memory only during startup.
|
||||
- Removed automatic file rewrite and backup creation from the startup config loader.
|
||||
- Added loader log hint to use `amcs-migrate-config` when persistent conversion is needed.
|
||||
|
||||
Reference in New Issue
Block a user