@Strahd At the least I’d suggest downloading an export of your hosts/images:
From there you can delete the database or rebuidl from scratch by:
mysql -u root If you have a password on your db I don’t know it but use the -p and you’ll be prompted to enter it.
DROP DATABASE fog;
Will delete everything.
From there, I still highly recommend you delete the /opt/fog/.fogsettings
Then rerun the installer.
I’m still going to say use working-1.6 as the testbed.
I hate that you’re having issues and I assure you I’m unable to replicate the problem you’re currently having which makes trying to fix your specific case impossible of course.
Hope this helps.
I’d still (at the least) get a full backup of your DB just in case something goes horribly wrong.