I did go ahead and look at the database and saw only the chars table missing so I created it and was able to import successfully, so I wanted to check the other functions so I can report here and all seems ok except progress which I am getting additional errors.
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/html/wordpress/wp-content/plugins/guild-armory-roster/WoWArmoryTable.php on line 410
Warning: file_get_contents(https://usapi.battle.net/wow/character/Area%2052/Soleon?fields=progression&locale=de_DE&apikey=y5xtbfs6869qcgm2e2czdf4bz9uke8ht): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/html/wordpress/wp-content/plugins/guild-armory-roster/WoWArmoryTable.php on line 410
Notice: Trying to get property of non-object in /var/www/html/wordpress/wp-content/plugins/guild-armory-roster/WoWArmoryTable.php on line 412
Notice: Trying to get property of non-object in /var/www/html/wordpress/wp-content/plugins/guild-armory-roster/WoWArmoryTable.php on line 412
Warning: Invalid argument supplied for foreach() in /var/www/html/wordpress/wp-content/plugins/guild-armory-roster/WoWArmoryTable.php on line 414
It looks like it may be pulling from Germany locale so going to change that and see if it helps