zoukankan      html  css  js  c++  java
  • SAP MaxDB Backup and Restore

    Back up the data and redo log entries from the data and log areas of your database to data carriers on a regular basis. Backups can be carried out in the ONLINE operational state. This means that the database is available for users during the backup.

    Example: Backup and Recovery

    The following graphic shows an example of how you can save the database while it is running and then restore the data after a system breakdown using data and log backups.

    1. Create a complete data backup of the database DEMODB to a backup medium.

    2. Activate the automatic log backup. From now on, the database system continually creates log backups in backup files.

    3. At regular intervals, create incremental data backups.

    4. A system failure occurs due to a hardware error of the hard disk that contains the data area of the database. The hard disk that contains the log area, however, remains undamaged.

    5. To restore the database, proceed as follows:

    a) Replace the defective hard disk.

    b) Import the last complete data backup.

    c) Import the last incremental data backup.

    d) Import the log backups since the last incremental data backup. If there are still redo log entries in the undamaged log area, then the database system uses these redo log entries instead of the corresponding log backups.

    6. The database system restarts the database.

  • 相关阅读:
    电位器的使用
    序言
    跨域之options请求详解
    redis config 实现切库 和指定序列化
    巨坑! druid1.1.0
    跨域问题解决
    canal解决缓存穿透 对数据库同步数据至redis 或EleasticSearch
    oauth2+spring security +jwt 完成分布式服务认证
    oauth2的数据库设计
    Gson 转换 Localdate 使用 GsonBuilder setDateFormat 无效
  • 原文地址:https://www.cnblogs.com/elontian/p/11527740.html
Copyright © 2011-2022 走看看