Giter Site home page Giter Site logo

mandraled-studios / remote-database-backup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rupadana/remote-database-backup

0.0 0.0 0.0 779 KB

Remote Database Backup: Your Data, Securely Backed Up Anytime, Anywhere.

JavaScript 15.03% PHP 71.37% Blade 13.60%

remote-database-backup's Introduction

About Remote Database Backup

Total Downloads

RDB is a web application built using FilamentPHP v3.

This tool offers a seamless and secure way to manage and back up your databases remotely. With an intuitive user interface, it allows you to schedule backups, and monitor backup with ease.

Designed for efficiency and reliability, RDB is the perfect solution for businesses and developers looking to safeguard their critical data effortlessly.

Prerequisites

You must install mysql-client and postgresql-client since this project uses mysqldump and pg_dump.

Installation

Clone the repository

composer create-project rupadana/remote-database-backup

Update your local environment

Run artisan app:install

php artisan app:install

Default user

email : [email protected]

password : 12345678

Supervisor

This project must use supervisorctl to manage database queues. Make sure you configure it itself.

Database Backup Runner

Currently, we support two runners to back up mysql and postgresql databases.

You can easly adding your custom runner by extends class AbstractBackupRunner and register it on AppServiceProvider

\App\Filament\Resources\DatabaseResource\Services\Backup\BackupRunner::register(CustomBackupRunner::class);

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to Rupadana via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Remote Database Backup is open-sourced software licensed under the MIT license.

remote-database-backup's People

Contributors

rupadana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.