2.5.1 Automatic backups

Automatic backups for Cloud DBaaS (regardless of the type of resource, whether shared or dedicated) are incremental and performed if the service status is "Active" or "Limited".

Below is an example of an automatic daily backup for a database that is edited every day.
  • Let's assume that you start on a Monday: so you will have a full copy of the database after the first backup.
  • For the next six days, only the changes to the database will be saved.
  • On the eighth day (Monday of the following week), the system will merge the first (full) copy with the subsequent version.
  • On the ninth day (the following Tuesday), the same process will begin again, updating the last backup with the changes made to the database the following day.
 
Mon. Tue. Wed. Thu. Fri. Sat. Sun. Mon. Tue. Wed.
original change 1 change 2 change 3 change 4 change 5 change 6      
copy 1 copy 2 copy 3 copy 4 copy 5 copy 6 copy 7      
original  original +
change 1
change 2 change 3 change 4 change 5 change 6 change 7    
  copy 1 copy 2 copy 3 copy 4 copy 5 copy 6 copy 7    
  original +
change 1 
original +
changes 1+2
change 3 change 4 change 5 change 6 change 7 change 8  
    copy 1 copy 2 copy 3 copy 4 copy 5 copy 6 copy 7  
    original +
changes 1+2 
original +
changes 1+2+3
change 4 change 5 change 6 change 7 change 8 change 9
      copy 1 copy 2 copy 3 copy 4 copy 5 copy 6 copy 7
There will always be 7 copies of the backup available for 7 days, unless a backup is restored.