- Home
- Tag: patch
Posts tagged patch
Tag: patch
Remediating Vulnerabilities with Puppet
Feed: Puppet.com Blog RSS Feed. Author: ; The catch-22 of patching vulnerabilities without posing a risk to the businessPatching vulnerabilities can be daunting, especially if the information is confusing, and the process to deploy patches is long. There are going to be times where a zero day presents itself, and the vulnerability requires immediate action. Whether it’s a simple fix or not, the seriousness of some vulnerabilities can put organizations at risk. Deploying patches, especially for critical infrastructure, takes planning. You can’t have downtime because of the impact that it has on the rest of the business. It needs to ... Read More
Lætitia AVROT: Why I did not write that patch
Feed: Planet PostgreSQL. Months ago, I woke up with a fantastic idea: adding an option in pg_dump to export stored functions and procedures only. It happened that, as a consultant, I sometimes need weird tools like that to better understand what my customers did.So I wrote it down in my todo list (46 items, 7 checked) and I left it there waiting for a time when I’ll be free enough to take care of it. Today, I finally thought that that time had come. My patch process Normally, when I want to write a patch I do the following: Inspect ... Read More
Hubert ‘depesz’ Lubaczewski: Waiting for PostgreSQL 14 – Add “pg_database_owner” default role.
Feed: Planet PostgreSQL. On 26th of March 2021, Noah Misch committed patch: Add "pg_database_owner" default role. Membership consists, implicitly, of the current database owner. Expect use in template databases. Once pg_database_owner has rights within a template, each owner of a database instantiated from that template will exercise those rights. Reviewed by John Naylor. Discussion: https://postgr.es/m/20201228043148.GA1053024@rfd.leadboat.com This will definitely come in handy. As you perhaps know, whenever you create something in template1 database, when you will make new database (using default options) – it will get copy of whatever is in template1. For example, one might add some ... Read More
Announcing new operations plan AWS Managed Services Accelerate
Feed: Recent Announcements. Accelerate is a new operations plan from AWS Managed Services (AMS) that offers operations support for customers with existing workloads, with new planned workloads, or migrating to AWS. AMS Accelerate provides operational services such as monitoring, incident management, security, patch, and backup to help you with day-to-day operations management so that your teams can focus on business transformation in the cloud. AMS Accelerate gives you the full freedom to use, configure, and deploy all AWS services as you always have, while AMS provides operations checks, and automations to help you operate AWS more efficiently and securely. AMS ... Read More
DevOps for SAP – Driving Innovation and Lowering Costs

Feed: AWS for SAP. Author: Ajay Kande. DevOps is the combination of cultural philosophies, practices, and tools that increase an organization’s ability to deliver applications and services at high velocity. This includes evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This speed enables organizations to better serve their customers and compete more effectively in the market. In this blog, we are going to discuss how DevOps for SAP brings innovation and automation for customers. We will explore the pillars of how SAP on AWS customers are achieving cost savings by ... Read More
Inside a self-service cloud research computing platform: How RONIN is built on AWS

Feed: AWS Public Sector Blog. Author: AWS Public Sector Blog Team. RONIN is an Amazon Web Services (AWS) Partner solution that empowers researchers with a simple interface to create and control computing resources, set and monitor budgets, and forecast spend. RONIN is designed and architected to advance research institutions’ missions, by providing a research platform that manages the most common research use cases, and is also compatible with advanced cloud computing services from AWS. Learn what powers RONIN underneath the user-friendly interface. One RONIN, to one AWS account: This configuration is the standard deployment. The organization can have multiple users ... Read More
Hubert ‘depesz’ Lubaczewski: Waiting for PostgreSQL 14 – Allow configurable LZ4 TOAST compression.
Feed: Planet PostgreSQL. On 19th of March 2021, Robert Haas committed patch: Allow configurable LZ4 TOAST compression. There is now a per-column COMPRESSION option which can be set to pglz (the default, and the only option in up until now) or lz4. Or, if you like, you can set the new default_toast_compression GUC to lz4, and then that will be the default for new table columns for which no value is specified. We don't have lz4 support in the PostgreSQL code, so to use lz4 compression, PostgreSQL must be built --with-lz4. In general, TOAST compression means compression of ... Read More
Andreas ‘ads’ Scherbaum: Julien Riou
Feed: Planet PostgreSQL. Date: 22.03.2021 Tags: postgresql opensource python patroni belgium ovhcloud Category: Interviews Interviewed by: Andreas Scherbaum PostgreSQL is the World’s most advanced Open Source Relational Database. The interview series “PostgreSQL Person of the Week” presents the people who make the project what it is today. Read all interviews here. Please tell us about yourself, and where you are from. My name is Julien Riou. I currently work at OVHcloud, a major Cloud Computing provider in Europe. As a student, I discovered GNU/Linux. I started my career as a system ... Read More
Amazon RDS for Oracle now supports January 2021 Patch Set Update (PSU) for Oracle Database 12.1
Feed: Recent Announcements. Amazon RDS for Oracle now supports the January 2021 Patch Set Update (PSU) for Oracle Database 12.1. January 2021 Release Update (RU) for Oracle Database 12.2, 18c, and 19c have already been launched. Oracle PSUs contain bug fixes and other critical security updates. Beginning with Oracle Database version 12.2.0.1, Amazon RDS for Oracle supports Release Updates (RU) in place of the PSU. To learn more about the Oracle PSUs supported on Amazon RDS, see the Amazon RDS for Oracle engine release notes ... Read More
Amazon Aurora PostgreSQL Patches 1.8.2 / 2.6.2 / 3.3.2 now available
Feed: Recent Announcements. Patches 1.8.2 / 2.6.2 / 3.3.2 are now available for customers using Amazon Aurora PostgreSQL. For detailed release notes visit our version documentation. You can apply the new patch version in the AWS Management Console, via the AWS CLI, or via the RDS API. For detailed instructions, please see our technical documentation. Amazon Aurora combines the performance and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. It provides up to three times better performance than the typical PostgreSQL database, together with increased scalability, durability, and security. For more information, please ... Read More
Recent Comments