RE: Backup/Archive PROD environment?
Hi Oskar,
basically the data in the system is stored in the system itself as long as the system exists. So that's one place where you always have the correct data. Once the transactions are posted in D365, they can't be altered, so you have detailed record of what happened during the last year.
The database backup period of 30 days just means that you can't restore the system into older situation than 30 days ago. But in reality you would never want to restore your prod system 30 days in the past.
Anyway, if you need to archive some data outside Dynamics, you have many options such as:
- I assume you create detailed ledger reports as part of your normal bookkeeping process, and you retain them anyway. So your financial records are already archived. Correct?
- You can copy prod database to sandbox, and then export this sandbox database and store it as long as you want to.
- You can export specific data into external database via BYODB (Bring Your Own Database) or Azure Data Lake
- You can print reports of almost any data and store those reports
I think these should cover basically any archival and auditing requirements nicely.