im using Minio S3 compatible storage
FreePBX 15.0.37.8
Filestore 15.0.9
here is an example of settings:
so when I’m trying to backUp it FreePBX is incorrectly appending the bucket name (bucket) to the MinIO server’s IP address (89.89.89.89:9000). This results in an invalid hostname (bucket.89.89.89.89:9000), which causes the cURL error 6 (Could not resolve host).
Exporting KVStore from Core
Adding file to tar: files/tmp/Devices_dump/Devices.sql
Adding module manifest for core
Adding custom directory to tar: customdir/etc/asterisk
Starting Cleaning up
Cleaning up data generated by Core
Removing /tmp/Devices_dump
Finished Cleaning up
Finished created backup file: 20240911-094354-1726073034-15.0.37.8-1473605231.tar.gz
Performing Local Maintenance
Finished Local Maintenance
Performing Remote Maintenance
Error executing "ListObjects" on "http://bucket.89.89.89.89:9000/?prefix=&delimiter=%2F&encoding-type=url"; AWS HTTP error: cURL error 6: Could not resolve host: bucket.89.89.89.89; Unknown error (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Finished Remote Maintenance
Saving to selected Filestore locations
Error executing "ListObjects" on "http://bucket.89.89.89.89:9000/?prefix=20240911-094354-1726073034-15.0.37.8-1473605231.tar.gz%2F&max-keys=1&encoding-type=url"; AWS HTTP error: cURL error 6: Could not resolve host: bucket.89.89.89.89; Unknown error (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Finished Saving to selected Filestore locations
There were errors during the backup process
Error executing "ListObjects" on "http://bucket.89.89.89.89:9000/?prefix=&delimiter=%2F&encoding-type=url"; AWS HTTP error: cURL error 6: Could not resolve host: bucket.89.89.89.89; Unknown error (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Error executing "ListObjects" on "http://bucket.89.89.89.89:9000/?prefix=20240911-094354-1726073034-15.0.37.8-1473605231.tar.gz%2F&max-keys=1&encoding-type=url"; AWS HTTP error: cURL error 6: Could not resolve host: bucket.89.89.89.89; Unknown error (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)