You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic update of map files was dropped in 7953394 due to issues
inherent to HAProxy 2.3 (details provided in said commit).
In HAProxy 2.4+ those issues were fixed thus dynamic map update is
enabled again.
Updating the map file is done via the following steps:
1. Prepare the map file via `prepare map` command: this is going to
create a new version of the map file.
2. Pushing content via `add map @<newVersion> <map> <payload>` command:
where payload should not be bigger than haproxy tune.bufsize (default
is 16384B), if map content is bigger than bufsize then this command
should be called multiple times (content/payload times).
3. Loading the new version of the map file via `commit map`:
0 commit comments