Database Administration & Monitoring, PostgreSQL Handling PostgreSQL installations from packages 03.11.2019 by Open source Team [vc_row type="in_container" full_screen_row_position="middle" scene_position="center" text_color="dark" text_align="left" overlay_strength="0.3" shape_divider_position="bottom" bg_image_animation="none"][vc_column column_padding="no-extra-padding" column_padding_position="all" background_color_opacity="1" background_hover_color_opacity="1" column_link_target="_self" column_shadow="none" column_border_radius="none" width="1/1" tablet_width_inherit="default" tablet_text_alignment="default" phone_text_alignment="default" column_border_width="none" column_border_style="solid" bg_image_animation="none"][vc_column_text]In this blog I will show how to handle a PostgreSQL installation with a customized PGDATA using the(…)
Database Administration & Monitoring, Database management, PostgreSQL Patroni Operations – Changing Parameters 30.10.2019 by Open source Team Sooner or later all of us have to change a parameter on the database. But how is this put into execution when using a Patroni cluster? Of course there are some specifics you have to consider. This post will give(…)
PostgreSQL pgconf.eu – Welcome to the community 18.10.2019 by Open source Team On tuesday I started my journey to Milan to attend my first pgconf.eu, which was also my first big conference. I was really excited what will come up to me. How will it be, to become a visible part of(…)
Database Administration & Monitoring, PostgreSQL Patroni Operations – switchover and failover 11.10.2019 by Open source Team In this post we will have a look at switchover and failover of a Patroni cluster. As well as a look at the maintenance mode Patroni offers, which gives the opportunity to prevent from an automatic failover.
Database Administration & Monitoring, PostgreSQL PostgreSQL 12: New option –exclude-database for pg_dumpall 02.03.2019 by Oracle Team By Mouhamadou Diaw Up to PostgreSQL 11 pg_dump all was used to dump all PostgreSQL databases of a cluster into one script file. The script file then contains SQL commands that can be used as input to psql to restore(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL : barman rsync method vs streaming method 16.02.2019 by Oracle Team By Mouhamadou Diaw Barman is a tool to perform backup and recovery for PostgreSQL databases. It can do backup using two methods: -rsync/ssh -streaming In this blog I am going to explain how to use these two(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL: When wal_level to logical 27.01.2019 by Oracle Team By Mouhamadou Diaw wal_level determines the quantity of information written to the WAL. With PostgreSQL 11 the parameter wal_level can have 3 values: -minimal : only information needed to recover from a crash or an immediate shutdown -replica(…)
Database Administration & Monitoring, PostgreSQL EDB Failover Manager 3.3 With Virtual Ip Address 24.12.2018 by Oracle Team By Mouhamadou Diaw In a previous blog , I talked about installing and configuring Edb Failover Manager with PostgreSQL. The configuration of a Virtual Ip Address was not discussed in this previous article.In this blog(…)
Database Administration & Monitoring, PostgreSQL PAM Authentication With PostgreSQL 21.12.2018 by Oracle Team By Mouhamadou Diaw PostgreSQl supports many authentication methods. The PAM authentication method operates similarly to password except that it uses PAM (Pluggable Authentication Modules) as the authentication mechanism. The user must exist in the database before PAM can be used(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL 12 : New option –socketdir for pg_upgrade 07.12.2018 by Oracle Team By Mouhamadou Diaw PostgreSQL 12 is under development but tests can be done. Steps to install this version can be found in this dbi blog . Many thanks to Daniel. While reading the documentation I(…)