Migrating a Maintenance Plan for SQL DB

Is it possible to migrate from a small SQL DB plan to a premium plan? Let's say we're starting with a small plan and the data is over 10GB. Can i upgrade my plan to premium? If so, does this include data movement?

+3


source to share


2 answers


No, there is currently no way to automatically migrate data. You need to manually go from small to premium. You should be able to use the SQL Database console manually to export your data, and then once you subscribe to the premium plan, you can also download the data through the SQL DB console.



+1


source


The SQL Database Console does not have the ability to import / export data. To migrate data from one SQLDB instance to another, consider using the Bluemix DataWorks Data Load API REST API. https://www.ng.bluemix.net/docs/services/dataworks1/index-gentopic1.html#task_d4j_q1r_np



Alternatively, you can also build a Bluemix app so you can import and export data from the SQL Database service: http://www.ibm.com/developerworks/cloud/library/cl-sqldb-app/

0


source







All Articles