Skip to content

Fix/updating instance name

Pankaj Kandpal requested to merge fix/updating-instance-name into main

On Kotahi dev, somehow the instance name update migration is logged in migrations table, while the instance names are not updated in the config. I am adding another migration, just to ensure when the instance builds, the names get updated. I have tried and tested it with kotahidev database dump on local machine, this seems to be fixing the issue arising in config manager due to outdated instance names in the database.

Merge request reports