mirror of
https://github.com/Portabase/agent.git
synced 2026-09-10 01:57:10 +00:00
81 lines
3.5 KiB
Markdown
81 lines
3.5 KiB
Markdown
<br />
|
|
<div align="center">
|
|
<a href="https://portabase.io">
|
|
<img src="/.github/assets/logo.png" alt="Logo" width="80" height="80">
|
|
</a>
|
|
|
|
<h3 align="center">Portabase Agent (Rust)</h3>
|
|
|
|
<p align="center" style="margin-top: 20px; font-style: italic;">
|
|
<i>Portabase Agent is use with Portabase Server. This service is for backup/restore db instances.
|
|
<a href="https://github.com/Portabase/portabase">Portabase Server</a></i>
|
|
</p>
|
|
|
|
[](LICENSE)
|
|
[](https://hub.docker.com/r/solucetechnologies/agent-portabase)
|
|
[](https://github.com/Portabase/portabase)
|
|
|
|
[](https://www.python.org/downloads/release/python-3120/)
|
|
[](https://www.postgresql.org/)
|
|
[](https://www.mysql.com/)
|
|
[](https://mariadb.org/)
|
|
[](https://www.mongodb.com/)
|
|
[](https://github.com/Portabase/portabase)
|
|
[](https://github.com/Portabase/portabase)
|
|
|
|
[![Rust][Rust]][Rust-url]
|
|
[![Tokio][Tokio]][Tokio-url]
|
|
[![Redis][Redis]][Redis-url]
|
|
[![Docker][Docker]][Docker-url]
|
|
|
|
<p>
|
|
<strong>
|
|
<a href="https://portabase.io">Website</a> •
|
|
<a href="https://portabase.io/docs">Documentation</a> •
|
|
<a href="https://www.youtube.com/watch?v=hvLbX5LN1UE">Demo</a> •
|
|
<a href="https://portabase.io/docs/agent/setup">Installation</a> •
|
|
<a href="https://github.com/Portabase/agent-portabase/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> •
|
|
<a href="https://github.com/Portabase/agent-portabase/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
|
|
</strong>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
## Installation
|
|
|
|
You have 4 ways to install Portabase Agent:
|
|
|
|
- Automated CLI (recommended) - [details](https://portabase.io/docs/agent/setup#cli)
|
|
- Docker Compose setup - [details](https://portabase.io/docs/agent/setup#docker)
|
|
- Kubernetes with Helm (soon)
|
|
- Development setup - [details](https://portabase.io/docs/agent/setup#development)
|
|
|
|
**Ensure Docker is installed on your machine before getting started.**
|
|
|
|
## Contributors
|
|
|
|
<a href="https://github.com/Portabase/agent-portabase/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=Portabase/agent-portabase" alt="contrib.rocks image" />
|
|
</a>
|
|
|
|
## License
|
|
|
|
Distributed under the Apache License. See `LICENSE.txt` for more information.
|
|
|
|
[Rust]: https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=white
|
|
|
|
[Tokio]: https://img.shields.io/badge/Tokio-09d3ac?style=for-the-badge&logo=tokio&logoColor=white
|
|
|
|
[Docker]: https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=fff&style=for-the-badge
|
|
|
|
[Redis]: https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white
|
|
|
|
[Rust-url]: https://www.rust-lang.org/
|
|
|
|
[Tokio-url]: https://tokio.rs/
|
|
|
|
[Redis-url]: https://redis.io/
|
|
|
|
[Docker-url]: https://www.docker.com/
|
|
|