Skip to Main Content
IBM Cloud - Structured Ideas


This portal is to open public enhancement requests against IBM Cloud and its products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

IBM Cloud Support Center (https://cloud.ibm.com/unifiedsupport/cases/form) – Use this site for any IBM Cloud defect or support need.

Stack Overflow (https://stackoverflow.com/questions/tagged/ibm-cloud) – Use this site for IBM Cloud technical Q&A using the tag "ibm-cloud".

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Created by Guest
Created on Sep 1, 2016

Back up and restore Cloudant databases + recommendations

Although Cloudant provides a way to set up a replication mechanism, there is no guidance on setting up backup (ssnapshot) and restor

  • Guest
    Reply
    |
    Mar 8, 2019

    Supported Cloudant backup tooling and recommended process detailed at https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-ibm-cloudant-backup-and-recovery#ibm-cloudant-backup-and-recovery

  • Guest
    Reply
    |
    Nov 9, 2016

    Short answer is probably no given your context.  Our support team will assist with using the tools/techniques described but customer owns setting it up and making sure it works properly and the data is backed up appropriately. If they are using an object storage for instance this is owned by customer and not something cloudant can commit an SLA to.

  • Guest
    Reply
    |
    Nov 8, 2016

    Hello Michael,

     

         Thanks for your explanation.

     

        I understand Cloudant provides high availability, with three copies of data. I see it's also possible to set up replication, to cover the DR case. What my clients are asking is for guidance on how to use these replication techniques.

     

        Regarding the option described at https://developer.ibm.com/clouddataservices/2016/03/22/simple-couchdb-and-cloudant-backup/, the $1M question is, "is this supported by IBM?" In other words, if I backup and restore the database described here, will IBM support it?

     

        Thanks again,

     

    Eduardo

  • Guest
    Reply
    |
    Nov 3, 2016

    Backing up a Cloudant database is an interesting case and there are lots of mechanisms to do this depending on your requirements. To start, Cloudant automatically stores all data in triplicate across three separate physical nodes in a cluster for HA/DR within a geo/data center. Additionally customers can use replication to create active/active or active/passive setup across geographies to another cluster for more resilient HA/DR. To prevent against data corruption due to accidental deletion or application rollout misconfiguration, then you will need to take a point in time copy of the database. Given its an eventually consistent database with three copies, a traditional database/filesystem snapshot mechanism doesn't exist. There are a few options to achieve this:

    1) For Cloudant Enterprise customers, we rolled out an incremental replication backup feature that is details here https://docs.cloudant.com/backup-guide.html. This has its pros/cons, and being evaluated for its long term viability.

    2) The best single source of backup options is at https://developer.ibm.com/clouddataservices/2016/03/22/simple-couchdb-and-cloudant-backup/ which describes both database dumps and replication techniques for backing up your database. You can take the couchbackup technique a step further in the Bluemix ecosystem with https://developer.ibm.com/recipes/tutorials/object-storage-cloudant-backup/

    3) The Cloudant team is evaluating another technique for snapshot like local backups for quicker restore times as well. This is still in investigate mode and tracked at https://bigblue.aha.io/initiatives/6328361119403705833. If this doesn't prove viable we will most likely try to productize techniques described in #2 for cheaper backup options than are available in #1.