Skip to main content
UQ Admin (UniQuest) 님이 #Data Management에 질문했습니다
Hi So our developers have made a mistake. As a result we would like to have daily automated exports. SF onyl allow weekly. 

 

Does anyone have any better ideas to export all sf data daily apart from apps. 

 

Many thanks. 
답변 6개
  1. 2015년 5월 5일 오전 11:10
    Hi Mohammed, creating a daily export is indeed not possible by any Salesforce utility. As Salesforce guarantees almost a 100% uptime including backing up of data. 

     

    If you woul like to create your own daily export, you would need to look into the direction of a middleware solution in combination with our own hosted database.

     

    If you only want to have a daily export of a subset if your data, you could use the Salesforce Dataloader. Which can be fired from a command line. So you could generate a command line batch (or something alike) which makes the export for you. But this is only a solution for a subset of data. 

     

    But are your developers updating code/configuration towards your production environment without proper testing? It is higly adviced to use Sandboxes for creating/updating code + configuration, including proper test script with data. Which should overcome these kind of issues. 
0/9000