All Projects → experdb → eXperDB-Management

experdb / eXperDB-Management

Licence: other
eXperDB-Management is a integrated management tool for PostgreSQL(for efficient operation and management).

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to eXperDB-Management

Bareos
Main repository with the code for the libraries and daemons
Stars: ✭ 651 (+1613.16%)
Mutual labels:  backup, restore, encrypt
aws-tag-sched-ops
Retired, please see https://github.com/sqlxpert/lights-off-aws
Stars: ✭ 24 (-36.84%)
Mutual labels:  backup, schedule
restique
A wrapper around restic with profiles
Stars: ✭ 43 (+13.16%)
Mutual labels:  backup, restore
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+84.21%)
Mutual labels:  backup, restore
teledrive
TeleDrive lets you automatically backup all your files to telegram saved messages - this means FREE, UNLIMITED storage
Stars: ✭ 126 (+231.58%)
Mutual labels:  backup, restore
laravel-database-manager
Make your database simple, easier and faster with vuejs.
Stars: ✭ 50 (+31.58%)
Mutual labels:  backup, restore
cya
Easy to use snapshot and restore utility for any Linux (Unix) OS and filesystem powered by BASH
Stars: ✭ 73 (+92.11%)
Mutual labels:  backup, restore
netlicensing.io
Labs64 NetLicensing - Innovative License Management Solution
Stars: ✭ 13 (-65.79%)
Mutual labels:  agent, management
backup-docker
A simple command line tool to backup and restore docker containers along with their volumes
Stars: ✭ 58 (+52.63%)
Mutual labels:  backup, restore
n3dr
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another Nexus3 server. Note that some repository formats are not supported at the moment.
Stars: ✭ 110 (+189.47%)
Mutual labels:  backup, restore
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (+5.26%)
Mutual labels:  backup, restore
proxmox toolbox
A toolbox to get the firsts configurations of Proxmox VE / BS done in no time
Stars: ✭ 158 (+315.79%)
Mutual labels:  backup, restore
IAmLazy
Easily backup and restore your tweaks
Stars: ✭ 37 (-2.63%)
Mutual labels:  backup, restore
elcarro-oracle-operator
El Carro is a new project that offers a way to run Oracle databases in Kubernetes as a portable, open source, community driven, no vendor lock-in container orchestration system. El Carro provides a powerful declarative API for comprehensive and consistent configuration and deployment as well as for real-time operations and monitoring.
Stars: ✭ 204 (+436.84%)
Mutual labels:  backup, restore
virt-backup
Fully backup your KVM Virtual Machines
Stars: ✭ 27 (-28.95%)
Mutual labels:  backup, restore
kstone
Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.
Stars: ✭ 592 (+1457.89%)
Mutual labels:  backup, management
QuickNotes
一款简单、轻量、高效的Android记事、记账应用
Stars: ✭ 19 (-50%)
Mutual labels:  schedule, management
Pg rman
Backup and restore management tool for PostgreSQL
Stars: ✭ 197 (+418.42%)
Mutual labels:  backup, restore
Go Mydumper
A multi-threaded MySQL backup and restore tool, faster than mysqldump
Stars: ✭ 250 (+557.89%)
Mutual labels:  backup, restore
PHP-Backuper
A framework which will help you to make (incremental) backups of your site.
Stars: ✭ 16 (-57.89%)
Mutual labels:  backup, restore

eXperDB-Management

eXperDB and PostgreSQL Management Tool

Introduction

eXperDB-Management is a PostgreSQL management tool(for efficient operation and management). Use backup settings and periodic scheduling to prepare for system failures, grant access to the system, and view backup and access control history. It also provides data encryption for information protection.

Dashboard

Features

  • Backup
    • Full backup, Incremental backup, Other backups with the pg_dump options
  • Restore
    • Emergency restore, Point-in-Time Restore, pg_dump restore
  • Access control
    • Access control settings based on pg_hba.conf and audit
  • Scheduling
    • Schedule for tasks that need to be done on a regular basis
  • Data transmission
    • Real-time data transfer from PostgreSQL to HDFS
  • Data Encryption
    • Data Encryption for Information Protection
    • Encryption key automatic management function according to Auto Scale-Out/In
  • Multiple Languages Support
    • Korean, English
  • Auto Scaling(On AWS)
    • Auto Scale-Out/In function according to threshold setting On public cloud(AWS)
    • Automatic and manual management

TODO

  • Supports PostgreSQL Version 12

License

LICENSE

Getting Started

Installation

System Requirements

  • OS : Developed and tested on Linux and Windows, but work on any UNIX-like system and Windows System
  • JDK : JDK 1.7 or later
  • CPU : At least 4core, recommended 8core
  • HDD : 100GB or more
  • WAS : Apache-Tomcat

Components

  • eXperDB-Management-Agent
  • eXperDB-Management-WebConsole
  • eXperDB-Management Repository Database

1. Installing eXperDB-Management-Agent

1-1. Install agent using eXperDB-Management-Agent-10.7.1.0.run file

1-2-1. Upload to installation target server using FTP program  
1-2-2. Run eXperDB-Management-Agent-10.7.1.0.run file  
1-2-3. cd eXperDB-Management-Agent/bin    
1-2-4. chmod 755 agent_setup.sh   
1-2-5. ./agent_setup.sh    
1-2-6. Enter information (DBMS IP, Port, Default Database, Username, password, Agent IP, Agent Port)       

1-3. Starting and stopping the agent

1-3-1. Start : experDB-Management-Agent/bin/startup.sh   
1-3-2. stop : experDB-Management-Agent/bin/stop.sh

2. Installing eXperDB-Management-WebConsole

2-1. Install agent using eXperDB-Management-WebConsole-10.7.1.0.run file

2-2-1. Upload to installation target server using FTP program  
2-2-2. Run eXperDB-Management-WebConsole-10.7.1.0.run file  
2-2-3. cd eXperDB-Management-WebConsole/webapps/eXperDB-Management-WebConsole/WEB-INF/classes    
2-2-4. chmod 755 webConsole_setup.sh  
2-2-5. ./webConsole_setup.sh    
2-2-6. Enter information (DBMS IP, Port, Default Database, Username, password)       

2-3. Starting and stopping the agent

2-3-1. Start : eXperDB-Management-WebConsole/bin/start.sh   
2-3-2. Stop : eXperDB-Management-WebConsole/bin/shutdown.sh  

Appendix

1. Installation eXperDB-Trnasfer(for Data Transfer)

Contribution

If you find a bug, please report to us by posting issues on Github.
Source code modifications via pull requests are welcome.
Also, if you would like to contact us directly, please send an email to [email protected]. (develop branch)

Copyright

Copyright (c) 2016-2020, eXperDB Development Team All rights reserved.

Community

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].