Sammlung von Newsfeeds

Shayon Mukherjee: Use pg_easy_replicate for setting up Logical Replication and Switchover in PostgreSQL

Neues vom PostgreSQL Planet - 13. Juli 2024 - 15:11
Logical replication is a powerful feature in PostgreSQL that allows for real-time data replication between databases. It can be used for performing major version upgrades using a blue/green setup where you have two databases, allowing you to test and switch over to a new version with minimal downtime. Logical replication can also be use to facilitate database migrations between different environments, using the same technique and tooling. In this post, I will describe the process of setting up simple replication and switchover between two databases using pg_easy_replicate.

Andrew Atkinson: SaaS on Rails on PostgreSQL — POSETTE 2024

Neues vom PostgreSQL Planet - 13. Juli 2024 - 2:00

In this talk attendees will learn how Ruby on Rails and PostgreSQL can be used to create scalable SaaS applications, focusing on schema and query design, and leveraging database capabilities.

We’ll define SaaS concepts, B2B, B2C, and multi-tenancy. Although Rails doesn’t natively support SaaS or multi-tenancy, solutions like Bullet Train and Jumpstart Rails can be used for common SaaS needs.

Christophe Pettus: Checking Your Privileges, 2

Neues vom PostgreSQL Planet - 10. Juli 2024 - 19:48

I turned the last blog post into a talk; you can get the slides here.

Umair Shahid: Guide to Auditing and Monitoring Access in PostgreSQL

Neues vom PostgreSQL Planet - 10. Juli 2024 - 10:52

In the data-driven world of today, maintaining the security and integrity of your database is paramount. Auditing and monitoring access to your database are critical components of an effective security strategy. These processes help ensure that only authorized users are accessing sensitive information and that any unauthorized access attempts are detected and addressed promptly.

Seiten