Nextcloud version: 19.0.5
Operating system and version: Running in Synology Docker => https://hub.docker.com/r/linuxserver/nextcloud/
First of all, Nextcloud is running perfectly fine, I’m trying to migrate the current database server to another. What have I done so far:
- copy the database from one to another server
- create the user account and give appopriate rights (copied from the source database)
- changed the config.php to point to the new server (‘dbhost’ reference)
- restarted the Docker container
All nextcloud gives me now is an internal server error… can’t seem to find anything related to this issue when googling.
As MySQL clients I’ve been using DBeaver and HeidiSQL, I have tried if I can login with my newly created user (called nextcloud) on the new database server and if I can see the nextcloud database. This is definitely the case.
Unsure what else I can try now, any ideas? Is there an entry I’m forgetting here, which I am supposed to change besides the one I did change in the config.php?
Many thanks in advance.