Project

General

Profile

Task #8803

LDAP backup mechanism

Added by Dave Vieglais almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
2019-05-21
Due date:
% Done:

100%

Milestone:
None
Product Version:
*
Story Points:
Sprint:

Description

Provision a backup mechanism for LDAP on the CNs.


Subtasks

Task #8804: Add ldap backup config to cn os-core NewDave Vieglais

History

#1 Updated by Dave Vieglais almost 5 years ago

  • % Done changed from 0 to 30
  • Status changed from New to In Progress

The ldap-git-backup utility looks ideal for this purpose.

#2 Updated by Dave Vieglais almost 5 years ago

Installed ldap-git-backup on the production CNs. Procedure:

sudo apt-get install ldap-git-backup

/etc/cron.daily/ldap-git-backup:

#!/bin/sh
/usr/sbin/ldap-git-backup

and make executable:

sudo chmod a+x /etc/cron.daily/ldap-git-backup

Output to /var/backups/ldap which is a bunch of LDIF files managed by git and easily searched with grep.

#3 Updated by Dave Vieglais almost 5 years ago

  • % Done changed from 30 to 100
  • Status changed from In Progress to Closed

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 14.8 MB)