Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • 1 Votes
    6 Posts
    501 Views
    V

    I’m having some similar thoughts about restoring / migrating Cloudron as @d19dotca .

    So it is possible to set up Cloudron on different primary domains (or IPs) but still keep the same subscription.

    The use-case I’m aiming for is just to serve the code closer to the readers / users. Will the apps on one Cloudron appear on the other Cloudron? @girish

  • Change of Host

    Solved Support
    6
    0 Votes
    6 Posts
    684 Views
    J

    Thank you @girish for the refund!
    Much, much appreciated!

  • 0 Votes
    13 Posts
    2k Views
    P

    just an update, the syntax for the psql variables has changed, so the conversion script looks like this:

    sudo -u www-data php occ db:convert-type \ --password ${CLOUDRON_POSTGRESQL_PASSWORD} \ --clear-schema --all-apps pgsql \ ${CLOUDRON_POSTGRESQL_USERNAME} \ ${CLOUDRON_POSTGRESQL_HOST} \ ${CLOUDRON_POSTGRESQL_DATABASE}

    you must run this from within the nextcloud container.

    also, I had some dificulties with the mysql migration, the temp mariadb/mysql docker container should match the same type and version as the source. In my case src had mariadb 10.5, so the container from the code sample above (mariadb 10.1) throw some strange errors while importing the sql dump.