Post

Portabase

Portabase is a self-hosted dashboard to schedule, run and restore database backups for PostgreSQL, MySQL, MariaDB, MsSQL, Firebird, SQLite, MongoDB, Redis and Docker volumes. It supports retention policies, notifications and multiple storage backends (local, S3, Azure, GCS).

Portabase

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/portabase.sh)"
CPU: 4 cores RAM: 8192 MB Disk: 15 GB OS: Debian 13

Default Credentials

UsernamePassword
admin@example.comPortabase123!

Notes

Change the default admin password (admin@example.com / Portabase123!) after the first login.
SMTP, storage backends and auth providers can be configured in /opt/portabase/.env - restart with 'systemctl restart portabase' after changes.

Web Interface

Port: 3000

Source code
Loading...