Please add details and specifics to your topic by editing the topic template.I tried to migrate my psql database to a new server, after that not even going back to the old database instance seems to work.
When I bring up the docker container and log into it, everytime I execute php occ I get An exception occurred while executing ‘SELECT * FROM “appconfig”’.
The table appconfig does not exist in the database, oc_appconfig does however. The config file includes dbtableprefix => ‘oc_’.
I don’t know where to go from this.