hi. i'm trying to get a backup script for couchdb going, but once again i'm running into a snafu with regards to the https enforcement of the entire .app tld, which i use for my site.
root@crow:/home/rene/data1/htdocs/localhost/backupAndRestore# /root/.local/bin/coucharchive create --from https://admin:[email protected]:5984 --output "/home/rene/data1/htdocs/localhost/backups/20190916_115024/couchdb.backup.tar.gz" CouchDB admin for https:: the --from parameter is not being interpreted correctly. and if i try to use plain http, the script can't connect to the server because of the https enforcement of the TLD. :( see also : https://github.com/adrienverge/coucharchive/issues/16
