Navigation

    APPDRAG Community

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

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    Download nightly backups of individual tables?

    Cloud Backend (Cloud DB, API Builder)
    2
    2
    180
    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.
    • Daniel Mulroy
      Daniel Mulroy last edited by

      Hello team,

      I really appreciate the nightly backups of the databases, but if I ever want to check (or restore) just one table, downloading the whole SQL DB and extracting what I need is not ideal.

      Is it possible to download or access the backup of just one table at a time? Ideally as a CSV?

      Thank you

      1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira last edited by

        Hey Daniel,

        unfortunately it's not possible and would not be practical and efficient for us to do backups at table level instead of DB level.

        What we usually do to restore just one table from a backup:

        1. restore the backup (either locally on your computer or in a new project on AppDrag)
        2. export in CSV the table you are interested in
        3. Clear the table you want to restore (to make it empty before the restore, use the Clear command we have on the table in cloudbackend)
        4. import the CSV of your table

        Done 😉

        1 Reply Last reply Reply Quote 0
        • First post
          Last post