Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tKLzt-008BYy-2A for pgsql-announce@arkaria.postgresql.org; Sun, 08 Dec 2024 18:27:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tKLzq-002OC7-5r for pgsql-announce@arkaria.postgresql.org; Sun, 08 Dec 2024 18:27:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tKLzp-002OBu-An for pgsql-announce@lists.postgresql.org; Sun, 08 Dec 2024 18:27:10 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tKLzm-001hub-VV for pgsql-announce@lists.postgresql.org; Sun, 08 Dec 2024 18:27:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=rwM+558DZYYVgQZEQE8YtUAwsBxP+/oZsQrWNCgP2VY=; b=j6CE4W6d7FzNI5eue6sURLuXUX 5ad1H8tcO0drZOlgP2vDcONCuhpP35yZ1sXGB7Y5UuZdhe2ZIJXexBxUFyBUVYwC+Y3/f33u+AZW8 SndrJ5b8BV/NLmel+1h/3CqWxWCu8eyFW1JJIFKXl9XXIQLyMog5BHNpiEMitE5xe6QC/EfUsF5E6 OMinDTIspQLP9MSvtu1MRU+mMTywb95lFPgC+/ghoBXaAaP0QhzJrWl8q4pk8iM5An2GwW8hqM1DY egbWoEliecQjbcSfuLnUE86lIWiAjoPKBnNbgWXiUxeWaP8mCKppUkUqkRF6XG4Pd5WtWWKDArkID mJkT+udg==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tKLzk-005H77-W3 for pgsql-announce@lists.postgresql.org; Sun, 08 Dec 2024 18:27:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tKLzi-00FcZG-GD for pgsql-announce@lists.postgresql.org; Sun, 08 Dec 2024 18:27:02 +0000 Content-Type: multipart/mixed; boundary="===============0887680692448409391==" MIME-Version: 1.0 Subject: Flyway Community Drift Check released To: PostgreSQL Announce From: Redgate Software via PostgreSQL Announce Reply-To: editor@simple-talk.com Date: Sun, 08 Dec 2024 18:26:36 +0000 Message-ID: <173368239600.2556776.13767878287685825625@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: proprietary X-pglister-tagsig: dc86ccf39958d7dc2d39334a172eafa45aef7f4fbd282d7255cc7793a7c2778e List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0887680692448409391== Content-Type: multipart/alternative; boundary="===============5979886238412172754==" MIME-Version: 1.0 --===============5979886238412172754== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable We are happy to announce the availability of a drift check for Flyway Commu= nity, available in Flyway versions 10.20.1 and later. The drift check is c= urrently in preview and is compatible with PostgreSQL versions 12 to 17.=20 Database drift is the unintentional divergence of a database schema from it= s version-controlled state, often due to direct changes made outside the st= andard deployment process. =20 Drift is detected by comparing the state of your PostgreSQL schema after yo= ur last migration and before your next migration scripts have been applied = and will tell you if out-of-process changes have occurred in between those = two states. You will be able to see information regarding the database obj= ects that have drifted in a drift report within Flyway Pipelines=20 Visit for instructions on how to configure t= he drift check and download the latest version of Flyway.=20 The following PostgreSQL variants are also supported in Flyway Pipelines: E= nterpriseDB Advanced Server, EnterpriseDB Extended Server, Amazon RDS for P= ostgreSQL, Google Cloud for PostgreSQL, Azure PostgreSQL - Flexible Server,= Azure PostgreSQL - Single Server, Aurora PostgreSQL and YugabyteDB (v2.4 = and above). Full details of supported versions can be found here =20 **Flyway** is a tool used for managing database migrations. It helps you ve= rsion control your database schema, ensuring that changes are applied consi= stently across different environments.=20 **Flyway Pipelines** is a tool used to improve the visibility and observabi= lity of your database deployments across your organization. --===============5979886238412172754== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Flyway Community Drift Check released
 

Flyway Community Drift Check released

We are happy to announce the availability o= f a drift check for Flyway Community, available in Flyway versions 10.20.1 = and later. The drift check is currently in preview and is compatible with = PostgreSQL versions 12 to 17.

Database drift is the unintentional diverge= nce of a database schema from its version-controlled state, often due to di= rect changes made outside the standard deployment process.

Drift is detected by comparing the state of= your PostgreSQL schema after your last migration and before your next migr= ation scripts have been applied and will tell you if out-of-process changes= have occurred in between those two states. You will be able to see inform= ation regarding the database objects that have drifted in a drift report wi= thin Flyway Pipelines

Visit https://flyway.red= -gate.com/ for instructions on how to configure the drift check and dow= nload the latest version of Flyway.

The following PostgreSQL variants are also = supported in Flyway Pipelines: EnterpriseDB Advanced Server, EnterpriseDB E= xtended Server, Amazon RDS for PostgreSQL, Google Cloud for PostgreSQL, Azu= re PostgreSQL - Flexible Server, Azure PostgreSQL - Single Server, Aurora P= ostgreSQL and YugabyteDB (v2.4 and above). Full details of supported vers= ions can be found here

Flyway is a tool used for = managing database migrations. It helps you version control your database sc= hema, ensuring that changes are applied consistently across different envir= onments.

Flyway Pipelines is a tool= used to improve the visibility and observability of your database deployme= nts across your organization.

This email was sent to you from Redgate Software. It was delivered on their= behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to Redgate Software.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Proprietary. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============5979886238412172754==-- --===============0887680692448409391==--