Postgresus
Postgresus is a free, open source and self-hosted tool to backup PostgreSQL. Make backups with different storages (S3, Google Drive, FTP, etc.) and notifications about progress (Slack, Discord, Telegram, etc.)
Key features:
- Scheduled backups for multiple PostgreSQL databases
- Storage targets: local disk, S3, Cloudflare R2, Google Drive, Azure Blob, NAS, etc.
- Notifications about backup status via email, Telegram, Slack, Discord, MS Teams and customizable webhooks
- Works with both self-hosted PostgreSQL and managed services (RDS, Cloud SQL, Azure Database for PostgreSQL, etc.)
- Runs as a single Docker container or via Helm on Kubernetes; can also be installed via a shell script
- Team management with different workspaces, RBAC and audit logs
- Encryption for secrets and backup files
Learn more
Postico
Postico is a database client. Postico can connect to a local PostgreSQL server running on your Mac, or to remote servers running on a different computer. If you want to install a local PostgreSQL server on your Mac, I recommend Postgres.app. Postgres.app starts a PostgreSQL server running locally on your Mac. The first time it starts it will automatically create a new data directory and set up an empty database. After a few moments, the server will be running and waiting for connections. Postgres.app can't start when another PostgreSQL server is already running on your computer. If you run into problems, make sure to deactivate or uninstall other PostgreSQL installations. Reboot your computer after uninstalling! To connect to a PostgreSQL server with Postico, you must first create a favorite. A favorite contains parameters for connecting to a server. Some connection parameters are optional.
Learn more
Percona Distribution for PostgreSQL
Percona Distribution for PostgreSQL is a single source which provides an enterprise-grade, open source installation of PostgreSQL Core Distribution, plus critical additional enterprise components. PostgreSQL Core Distribution is an ACID-compliant relational database management system, supporting a wide range of data types and user-defined objects. A stable and secure open source product, PostgreSQL Core Distribution is relied upon by multiple organizations. You no longer need to find solutions for common requirements, like high availability and backup, on your own. When you install Percona Distribution for PostgreSQL, you get everything you need to be up and running with PostgreSQL, including PostgreSQL Core Distribution, pg_repack, pgaudit, pgBackRest, and Patroni. Percona Distribution for PostgreSQL delivers all of this in a single installation. The components are tested to work together and, along with the PostgreSQL Core Distribution, they are updated as required.
Learn more
pgAdmin
pgAdmin is a free software project released under the PostgreSQL/Artistic licence. The software is available in source and binary format from the PostgreSQL mirror network. Because compiling from source requires technical knowledge, we recommend installing binary packages whenever possible. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. pgAdmin is a management tool for PostgreSQL and derivative relational databases such as EnterpriseDB's EDB Advanced Server. It may be run either as a web or desktop application. As pgAdmin is a web application, it can only interact with the local filesystem in ways that are allowed by modern web browsers. This limits what is possible for security; essentially files can only be "downloaded" or "uploaded" (through a form).
Learn more