From 4ee0a2ec6c81e60f20ef10298e645217bad53479 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 29 Feb 2024 18:03:04 -0500 Subject: [PATCH] update mongo to postgres pin --- docs/self-hosting/guides/mongo-to-postgres.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/guides/mongo-to-postgres.mdx b/docs/self-hosting/guides/mongo-to-postgres.mdx index 22a5acccf..f8a6cca0f 100644 --- a/docs/self-hosting/guides/mongo-to-postgres.mdx +++ b/docs/self-hosting/guides/mongo-to-postgres.mdx @@ -104,7 +104,7 @@ Once started, the migration script will transform MongoDB data into an equivalen Clone the Infisical MongoDB repository. ``` - git clone -b infisical/v0.46.7-postgres https://github.com/Infisical/infisical.git + git clone -b infisical/v0.46.11-postgres https://github.com/Infisical/infisical.git ``` @@ -192,7 +192,7 @@ For guidance on deployment options, please visit the [self-hosting documentation Remember to transfer the necessary [environment variables](/self-hosting/configuration/envars) from the MongoDB version of Infisical to the new Postgres based Infisical; rest assured, they are fully compatible. -The first deployment of Postgres based Infisical must be deployed with Docker image tag `v0.46.7-postgres`. +The first deployment of Postgres based Infisical must be deployed with Docker image tag `v0.46.11-postgres`. After deploying this version, you can proceed to update to any subsequent versions.