Does anyone have any better ideas to export all sf data daily apart from apps.
Many thanks.
6 réponses
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.