API server config hot reload #968
-
I had a use case where different tables on the same node need to have different config.yaml files. Is there a way to have the API server of the backup tool running, and provide the config per backup request? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Try INSERT INTO system.backup_actions(command) VALUES('create_remote --config=/path/to/config.yml --table=db.table backup_name'); you can't change we will not release same or similar feature which is your use case actually? maybe we could find proper solution? |
Beta Was this translation helpful? Give feedback.
Try
you can't change
in progress
command, this is inconsistent behaviorwe will not release same or similar feature
which is your use case actually? maybe we could find proper solution?