Migration from mysql 5.7 to mysql 8.x

I want to migrate the database from mysql 5.7 to 8.x
What I have done:
create new database mysql 8.x
Export the old database (using phpmyadmin)
Import to the new database (using phpmyadmin, replacing the database name where applicable)
Modify config.php to reflect the new database name and port

When I try to access the nextclod from the browser, I get an error message that the installation is not ok and the administrator should be asked.
It seems to have something to do with the labels ‘passwordsalt’ and ‘secret’

What can I do?

Thanks in advance
Helmut

Please post the actual output. And also the entry generated in your nextcloud.log when you try to access the Web UI.

Hi,
I retried to supply the information - and it started to work, without changes :face_with_hand_over_mouth:

I regard the problem as closed

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.