mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-04 23:07:27 +02:00
The prior example (::*) was not valid and would result in the following error: ERROR: [049]: unable to get address for '::*': [-2] Name or service not known Correct values are either * for IPv4 or :: for IPv6. The IPv4 value is used as the example since only one example is allowed.