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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved unrecognized restore-url

    Support
    restore
    2
    2
    397
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Marcelo Barcelos last edited by girish

      We are trying to backup and restore our cloudron server version 1.8.4.
      But when we use the "cloudron-setup --provider generic --restore-url file:///..." we recive an invalid option response.
      Command and response bellow:

      ubuntu@w1b:~$ sudo ./cloudron-setup --provider generic --restore-url file:///var/backups/2018-03-24-105618-348/box_2018-03-24-121009-359_v1.8.4.tar.gz --version 1.8.4
      ./cloudron-setup: unrecognized option '--restore-url'

      Have you discontinued the restore-url on the cloudron-setup scritp?

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by

        @Marcelo-Barcelos Cloudron 1.9 added a restore ui and we have thus discontinued support for restore-url since.

        For pre-1.9 cloudrons, just get the right cloudron-setup script from our git repos. So,

        wget https://git.cloudron.io/cloudron/box/raw/v1.8.4/scripts/cloudron-setup
        chmod +x cloudron-setup
        ./cloudron-setup  --provider <provider> --restore-url="..."
        

        More info here - https://cloudron.io/documentation/backups/#legacy-restore-pre-19

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB