Agnostic DB Replication With Binary Logs

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    2 Favorites

    Agnostic DB Replication With Binary Logs - Presentation Transcript

    1. Agnostic Database Replication... ...with Binary Logs www.mor.ph
    2. Methodology • Constant Binary Log Replication • Phase I - Logging • Phase II - Archiving • Phase III - Recovery • Failover - What to do when disaster strikes! www.mor.ph
    3. Methodology • Agnosticism? • The methodology described herein is not bound to one vendor’s DB • With proper scripting your code should be reusable for many vendors DB solutions • Non-Invasive • Drastically reduced downtime compared to traditional restore from backup methods www.mor.ph
    4. Phase I - Logging www.mor.ph
    5. Phase I - Logging • Set your DB server to create binary logs • Make logs a manageable size (<50MB) • To timeout or not to timeout? • Ensure time based sort-ability www.mor.ph
    6. Phase I - Logging PostgreSQL Example ‣ postgresql.conf # allows archiving to be done archive_mode = on # command to use to archive a logfile segment archive_command = '/path/to/your/archiving/script %p' # force a logfile segment switch after this time archive_timeout = 60 ‣ Log naming 000000010000000000000000 000000010000000000000001 ... 00000001000000000000000f www.mor.ph
    7. Phase I - Logging MySQL Example ‣ my.cnf # Where to store your binary logs log-bin=/var/log/mysql/bin/mysql-bin-log #Max size for each log segment max_binlog_size = 50MB ‣ Log naming mysql-bin-log.0001 mysql-bin-log.0002 ... www.mor.ph
    8. Phase II - Archiving www.mor.ph
    9. Phase II - Archiving • Ship logs to a reliable location • Ship logs regularly & often • Ensure file integrity • Do regular full dumps www.mor.ph
    10. Phase III - Recovery www.mor.ph
    11. Phase III - Recovery • Ship logs from your backup server • Ensure log ordering • Constant incremental recovery • Incremental Recovery is Replication www.mor.ph
    12. Phase III - Recovery PostgreSQL Example ‣ recovery.conf restore_command = '/var/pgsql/bin/warm-standby-s3 \\ /var/pgsql/tripfile /var/pgsql/backups/WAL/%f \"%p\"' www.mor.ph
    13. Phase III - Recovery MySQL Example ‣ No built-in mechanism sudo -u mysql ./latest-dump-s3.pl | mysql -h localhost www.mor.ph
    14. Failover - When disaster strikes! • “When” NOT “If” • Always assume your DB will go down • Have a failover plan A • Have a failover plan B • Best laid plan will fall to waste if you do not test/validate regularly www.mor.ph
    15. Failover - When disaster strikes! • Ensure final log segment recovery • Make your standby DB ‘active’ • Update client apps • Start the replication chain again! www.mor.ph
    16. Warm Standby vs. Clustering • When to Cluster • Draw backs to clustering • The search for the holy 100% transparent clustering... www.mor.ph
    17. Additional Resources • http://www.postgresql.org/docs/8.3/ interactive/wal.html • http://dev.mysql.com/doc/refman/6.0/en/ backup-and-recovery.html • http://dev.mysql.com/doc/refman/6.0/en/ point-in-time-recovery.html • http://dev.mysql.com/doc/refman/6.0/en/ backup.html www.mor.ph

    + Macel LegaspiMacel Legaspi, 2 years ago

    custom

    890 views, 2 favs, 0 embeds more stats

    Database replication can be quite demanding. It can more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 890
      • 890 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 2
    • Downloads 14
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories