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 1rzkIp-006OkV-5N for pgsql-general@arkaria.postgresql.org; Wed, 24 Apr 2024 21:37:19 +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 1rzkIn-000N9f-Bh for pgsql-general@arkaria.postgresql.org; Wed, 24 Apr 2024 21:37:17 +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 1rzkIn-000N9X-16 for pgsql-general@lists.postgresql.org; Wed, 24 Apr 2024 21:37:17 +0000 Received: from mail-ej1-x633.google.com ([2a00:1450:4864:20::633]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rzkIk-002mEK-UV for pgsql-general@lists.postgresql.org; Wed, 24 Apr 2024 21:37:16 +0000 Received: by mail-ej1-x633.google.com with SMTP id a640c23a62f3a-a5200202c1bso40732966b.0 for ; Wed, 24 Apr 2024 14:37:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1713994634; x=1714599434; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=86YFIe3wyJgy975LheRHwn1RRwLBrv4c3A28ZHXRv3M=; b=UlGOAdu9nOhmEm6RTG6Na9v6vxfh4HRY0f8yopv4Wsj7I5SKAexb5EBKIOSGN8gBFw ORJW2HSCiniSHvlIIZEzFiLoql6jxMiZ4Djd8sh/Iq4x05+mvGnzFmdQqs/1IXHAlxMG uwoH/wKmBN7/qu1KKaXTit14RBaeQZ+VHJpwLXsOc2q769xOFYPY8jw1zydd6wzxNjKa DTjl3/y9QRrP5egkSKXQ7qEv/ePrs17RU+qaYcZ1X+OEM4uAamLVYv5zWnlS40vSNEuY 4FvbSVtWJ7FDaUtH9ehAbyieWF1+oC0j3B4QStz//ugr75A3g4MKY50SOxjDolLwWAEE n/Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1713994634; x=1714599434; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=86YFIe3wyJgy975LheRHwn1RRwLBrv4c3A28ZHXRv3M=; b=myforcuB5mHWXODaTSdUZ79yysMAaOImRJdaKMhB6wokFyAMj31gAZ0G9FdP+fFrk0 lvVFxEOTtuma4U81PKIlRSPCuVNnQp/ZdytdY8ziL6I6dS9BXz6APG4mQw5LXV8ugGhK TBnQ7AbgFTuI71P8Ce9AoaDhUxl93fVqar24IlQJd4d3oPrOoqZJhLK4QCPXsOzbMfjc tNrEX8X5V2BPgU6Pn1PYYt0ATBtE1tjwLE9+/av2YZ7r1k9ewLMXkuezo7OhoC0Sk01C JfL/0kG19iUttmjTgEvd3wJtoih7wu6jTDf4hei0E1Nekc3pO/KOGnfcPwQjs+yWOU2b lwaw== X-Gm-Message-State: AOJu0YxCiAUqq72NOza6s3kS8dPiXnbUbo/Ihm6BtBXQa4m/DJbC3Glm hCpBhaEU2nHjcw0u8TghjiUHaY6kuF9jHsFOfX99EbCUpvq9RM6PNUyHs7fcV8mq2DLAGltT0Cj O7XmF1zJGY2gQL4MXQa6nICByE0o6rnyu X-Google-Smtp-Source: AGHT+IHsY51dRe/UyBgx+w82TXciaQsVGsaA5YkKeAKeCQgB2YECqiLUxw4V59t/MXEqtoW/Be3ZO6v4vx62CijzeVY= X-Received: by 2002:a17:906:2359:b0:a47:4bd6:9857 with SMTP id m25-20020a170906235900b00a474bd69857mr2867226eja.64.1713994633550; Wed, 24 Apr 2024 14:37:13 -0700 (PDT) MIME-Version: 1.0 From: arun chirappurath Date: Thu, 25 Apr 2024 03:07:00 +0530 Message-ID: Subject: Sql scripts execution To: pgsql-general@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000047a21d0616de795c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000047a21d0616de795c Content-Type: text/plain; charset="UTF-8" Hi All, What is the generally used open source solution for deploying dml and ddl scripts for monthly release on postgres rds? Can we use github actions to perform the same.... Thanks, Arun --00000000000047a21d0616de795c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi All,

What= is the generally used open source solution for deploying dml and ddl scrip= ts for monthly release on postgres rds?

Can we use github actions to perform the same....

Thanks,
Ar= un
--00000000000047a21d0616de795c--