has anybody else succeeded to migrate nextcloud?
For me this could be the key step to move to cloudron premium
About @tobru steps:
I succedded to install mariadb and import my DB.
But already a compromise: Either use different port than 3306 or kill the running process behind mysql
I had several approaches, like changing port, enable remote access to mariadb. But I always fail to convert with 'occ db:convert-type'
Giving me the message:
SQLSTATE[HY000] [2002] Connection timed out in /app/code/lib/private/DB/Connection.php:87
I guess i have to find the right way to configure mariadb and the containers to access the database. Setting up Docker Network, but need guidance here refering the cloudron setup.
My config.php:
'dbtype' => 'mysql',
'version' => '22.2.3.0',
'overwrite.cli.url' => 'https://url',
'overwriteprotocol' => 'https',
'dbname' => 'nextcloud',
'dbhost' => '172.17.0.2',
'dbport' => '3308',
'dbtableprefix' => 'oc_',
'dbuser' => 'nextclouduser',
'dbpassword' => 'xxxxxxxx',