Hi I was asked to migrate a koha system from one server to the next however, the issue is the system we are planning to migrate from is version 19.05. In the past I have noticed that directly importing an older version of a database into a new one there are complications. however, I have never made this big of a jump between versions. Can you recommend the best way to conduct this migration given that the new server would be loaded with the current version of koha?
Hi Ruth, please bring up your question on our mailing lists or the Mattermost chat (chat.koha-community.org) instead. Bugzilla is only to be used for filing bugs and enhancement requests, not for support requests. You will also reach a much wider audience on the other channels that will be able to advice. One hint: if you are loading an old database into a newer installation, make sure you haven't run the web installer yet or that you drop the created database. You don't want to load the old data into a new database structure, but load your old database with it's old table structure so that the updates will work.