2025-05-16 15:54:17 +02:00
<br />
<div align="center">
<a href="https://portabase.io">
2026-01-06 12:11:45 +01:00
<img src="/.github/assets/logo.png" alt="Logo" width="80" height="80">
2025-05-16 15:54:17 +02:00
</a>
2024-11-03 11:30:44 +01:00
2025-11-08 21:43:13 +01:00
<h3 align="center">Portabase</h3>
2026-01-05 15:04:28 +01:00
<p align="center" style="margin-top: 20px; font-style: italic;">
2026-02-14 09:32:02 +01:00
<i>Portabase is a tool designed to simplify the backup and restoration of your database instances. It integrates seamlessly with <a href="https://github.com/Portabase/agent-rust">Portabase agents</a> for managing operations securely and efficiently.</i>
2024-12-31 13:55:11 +01:00
</p>
2025-11-08 20:07:49 +01:00
2026-01-05 15:04:28 +01:00
2025-12-24 09:26:49 +01:00
[](LICENSE)
2026-03-07 13:46:47 +01:00
[](https://hub.docker.com/r/portabase/portabase)
2026-04-01 17:22:21 +02:00
[](https://github.com/Portabase/portabase/pkgs/container/charts%2Fportabase)
2026-01-01 18:49:18 +01:00
[](https://github.com/Portabase/portabase)
2026-01-22 10:40:09 +01:00
[](https://www.buymeacoffee.com/portabase)
2025-11-08 20:07:49 +01:00
2025-11-08 21:43:13 +01:00
[](https://www.postgresql.org/)
[](https://www.mysql.com/)
[](https://mariadb.org/)
2026-03-02 08:46:12 +01:00
[](https://sqlite.org/)
2026-03-15 13:56:01 +01:00
[](https://redis.io/)
2026-01-20 22:59:47 +01:00
[](https://www.mongodb.com/)
2026-04-01 17:22:21 +02:00
[](https://valkey.io/)
[](https://firebirdsql.org/)
2026-05-11 22:27:19 +02:00
[](https://www.microsoft.com/en-us/sql-server)
2026-04-01 17:22:21 +02:00
2026-01-01 18:49:18 +01:00
[](https://github.com/Portabase/portabase)
[](https://github.com/Portabase/portabase)
2026-01-05 15:04:28 +01:00
[![NextJS][NextJS]][NextJS-url]
[![BetterAuth][BetterAuth]][BetterAuth-url]
[![Drizzle][Drizzle]][Drizzle-url]
[![ShadcnUI][ShadcnUI]][ShadcnUI-url]
[![Docker][Docker]][Docker-url]
2025-11-08 20:07:49 +01:00
<p>
<strong>
2026-01-06 12:11:45 +01:00
<a href="https://portabase.io">Website</a> •
<a href="https://portabase.io/docs">Documentation</a> •
2026-02-19 11:51:08 +01:00
<a href="https://www.youtube.com/watch?v=nSTzT27GgAg">Demo</a> •
2026-01-06 12:11:45 +01:00
<a href="https://portabase.io/docs/dashboard/setup">Installation</a> •
2025-12-30 13:42:23 +01:00
<a href="https://github.com/Portabase/portabase/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> •
<a href="https://github.com/Portabase/portabase/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
2025-11-08 20:07:49 +01:00
</strong>
</p>
2026-02-19 11:51:08 +01:00

2025-12-29 15:51:12 +01:00
2025-11-08 20:07:49 +01:00
2025-08-05 08:22:36 +02:00
</div>
2025-08-05 08:21:18 +02:00
2026-01-06 12:11:45 +01:00
## Installation
2026-06-16 15:11:25 -04:00
You have 5 ways to install Portabase:
2026-01-06 12:11:45 +01:00
- Automated CLI (recommended) - [details ](https://portabase.io/docs/dashboard/setup#cli )
2026-02-15 11:49:01 +01:00
- Docker Run - [details ](https://portabase.io/docs/dashboard/setup#docker )
- Docker Compose setup - [details ](https://portabase.io/docs/dashboard/setup#docker-compose )
2026-06-16 15:11:25 -04:00
- Unraid Community Apps - [details ](https://ca.unraid.net/apps/portabase-dashboard-1sdc97m05ufd7q ) - [unraid support thread ](https://forums.unraid.net/topic/199072-support-portabase-dashboard-agent-dockers/ )
- Kubernetes with Helm - [details ](https://portabase.io/docs/dashboard/setup#helm )
2026-01-06 12:11:45 +01:00
- Development setup - [details ](https://portabase.io/docs/dashboard/setup#development )
**Ensure Docker is installed on your machine before getting started.**
2026-03-15 13:56:01 +01:00
## Supported databases
2026-05-11 22:27:19 +02:00
| Engine | Support | Supported Versions | Restore |
|:-------------------|:----------|:------------------------------|:--------|
| **PostgreSQL** | ✅ Stable | 12, 13, 14, 15, 16, 17 and 18 | Yes |
| **MySQL** | ✅ Stable | 5.7, 8 and 9 | Yes |
| **MariaDB** | ✅ Stable | 10 and 11 | Yes |
| **MongoDB** | ✅ Stable | 4, 5, 6, 7 and 8 | Yes |
| **SQLite** | ✅ Stable | 3.x | Yes |
| **Redis** | ✅ Stable | 2.8+ | No |
| **Valkey** | ✅ Stable | 7.2+ | No |
| **Firebird** | ✅ Stable | 3.0, 4.0, 5.0 | Yes |
2026-05-12 20:03:49 +02:00
| **MSSQL Server** | ✅ Stable | 2017, 2019, 2022, Azure SQL | Yes |
2026-07-03 11:42:02 +02:00
| **Docker Volume** | ✅ Stable | Docker Engine 20.10+ | Yes |
2026-03-15 13:56:01 +01:00
See the [Database Servers documentation ](https://portabase.io/docs/agent/db ) for version-specific backup and restore details.
2026-01-05 15:04:28 +01:00
## Contributors
2026-01-01 18:49:18 +01:00
[](https://github.com/Portabase/portabase/graphs/contributors)
2024-12-31 13:55:11 +01:00
2026-01-22 10:40:09 +01:00
[](https://www.buymeacoffee.com/portabase)
2024-12-31 13:55:11 +01:00
2026-01-05 15:04:28 +01:00
## License
2025-05-16 15:54:17 +02:00
2026-07-13 16:59:15 +02:00
Distributed under the Apache License. See `LICENSE.txt` for more details.
2025-05-16 15:54:17 +02:00
2026-01-01 18:49:18 +01:00
2025-11-08 21:43:13 +01:00
[Docker]: https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=fff&style=for-the-badge
2024-12-31 13:55:11 +01:00
[NextJS]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
2025-11-08 21:43:13 +01:00
2025-11-08 20:07:49 +01:00
[BetterAuth]: https://img.shields.io/badge/Better%20Auth-FFF?logo=betterauth&logoColor=000&style=for-the-badge
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[Drizzle]: https://img.shields.io/badge/Drizzle-111?style=for-the-badge&logo=Drizzle&logoColor=c5f74f
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[ShadcnUI]: https://img.shields.io/badge/shadcn/ui-000000?style=for-the-badge&logo=shadcn/ui&logoColor=white
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[NextJS-url]: https://nextjs.org/
2025-11-08 21:43:13 +01:00
2025-11-08 20:07:49 +01:00
[BetterAuth-url]: https://www.better-auth.com/
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[Drizzle-url]: https://orm.drizzle.team/
2025-11-08 21:43:13 +01:00
2025-05-16 15:54:17 +02:00
[ShadcnUI-url]: https://ui.shadcn.com/
2025-12-29 15:42:25 +01:00
2025-11-08 21:43:13 +01:00
[Docker-url]: https://www.docker.com/