We have a freshly installed 3.1.3.1 server that we are using to test our upgrade process. I created a few users, and modified a few scripts, but have not done any major customizations.
When running the upgrade script it fails with the following error:
```
Backing up /opt/shibboleth-idp to /opt/upd/3.1.4upg/backup_2018-10-03.19:30:07
Updating idp-metadata.xml
Updadting shibboleth-idp
Traceback (most recent call last):
File "/opt/upd/3.1.4upg/bin/update.py", line 1355, in <module>
updaterObj.update_shib()
File "/opt/upd/3.1.4upg/bin/update.py", line 1172, in update_shib
os.system('cp {} /opt/gluu/jetty/identity/conf/shibboleth3/idp'.format(os.path.join(self.app_dir,'temp/metadata-providers.xml.vm')))
ValueError: zero length field name in format
```
GLUU.[root@openid-dev ~]#