feat: expose logicalRestore configs in config projection and UI
Summary
- Add
RestoreConfigstoConfigProjectionsoretrieval.spec.logicalRestore.options.configsis visible viaGET /admin/configand settable viaPOST /admin/configand the UI - Add "Restore PostgreSQL configs" textarea to the logicalRestore section of the Configuration page (same
key=valueper line format as tuning params) - Tooltip explains purpose and gives common performance examples
Problem
The logicalRestore.options.configs field (PostgreSQL GUCs applied at restore time) was not in the ConfigProjection. Customers setting these parameters — the key lever for speeding up logical restore of large databases — had no UI path and no API feedback to verify the settings were there.
Closes #701 (closed)