Database Administration & Monitoring, Database management Uyuni, an open-source configuration and infrastructure management solution for software-defined infrastructure (1) – The server 28.12.2022 by Daniel Westermann Most of you probably heard of Red Hat Satellite, a product which is used to manage Linux infrastructures. Maybe you also heard about SUSE Manager, which does more or less the same(…)
Database Administration & Monitoring, Database management, PostgreSQL Fast setup of a two node repmgr cluster with auto failover 23.12.2022 by Open source Team This blog is about a fast, script based, setup of a repmgr two node cluster with auto failover. This setup is very easy and the requirements comparing to a patroni setup very low, for exapmle as open port on the(…)
Database Administration & Monitoring, Database management, Oracle Applying RU on Enterprise Manager 13c R5 16.12.2022 by Oracle Team By Mouhamadou Diaw We often apply Oracle Database RU. Like database Release Update can also be passed on Enterprise Manager. On this blog I am describing how we can update an OEM 13cR5 Update 10 to OEM 13cR5 Update(…)
Database Administration & Monitoring, Database management PostgreSQL 16: Further reducing tasks that require superuser 14.12.2022 by Daniel Westermann In a previous post we’ve seen that vacuum and analyze operations can be granted to users which are not superuser starting with PostgreSQL 16. Work is still in(…)
Database Administration & Monitoring, Database management New cast testing functions for PostgreSQL 16 13.12.2022 by Daniel Westermann As the development of PostgreSQL moves on, more and more new features get committed. A recently commit patch added two new functions, which can be used to validate if a cast will work and what error message would be returned(…)
Database Administration & Monitoring, Database management, Development & Performance Improve your development experience in PostgreSQL’s PL/pgSQL by using plpgsql_check 09.12.2022 by Daniel Westermann In the last post we’ve highlighted some tips when developing functions and/or procedures in PostgreSQL’s PL/pgSQL. Especially the Compile-Time and Run-Time checks can save you a lot of work and give you important hints while developing(…)
Database Administration & Monitoring, Database management, Development & Performance Some tips when developing in PostgreSQL’s PL/pgSQL 06.12.2022 by Daniel Westermann When you develop functions or procedures in PostgreSQL’s PL/pgSQL there are some points to consider, which make your life easier. This post is not about control structures, nor(…)
Database management, PostgreSQL, YaK 2022.pgconf.eu Berlin conference for tech 31.10.2022 by Hervé Schweitzer Last week, the biggest European PostgreSQL event of the year took place in Berlin (2022.pgconf.eu). This event is an excellent opportunity to meet developers from the PostgreSQL community and to attend high profile tech presentations. Tuesday evening we started(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Patching ODA HA from 19.14 to 19.16 26.10.2022 by Oracle Team By Mouhamadou Diaw Patching an ODA is always exciting. Preparing a patch of an ODA HA may seem more complicated that an single ODA. But it’s the same processus. All patching operations should be run on one node. In(…)
Cloud, Database management, PostgreSQL Setup a PostgreSQL Instance in Google Cloud SQL 24.10.2022 by Open source Team This blog will be the first of a series of blogs, to report about my experiences with Google Cloud SQL. In this blog we will setup a basic PostgreSQL instance in the Google Cloud. If you’re new to Google Cloud,(…)