From ec65e0e29c0c8f31e0469b8cbaac4d4af416b5b9 Mon Sep 17 00:00:00 2001 From: Carlos Monastyrski Date: Fri, 8 Aug 2025 21:02:00 -0300 Subject: [PATCH] Updated migration docs with latest image version changes --- docs/self-hosting/guides/mongo-to-postgres.mdx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/guides/mongo-to-postgres.mdx b/docs/self-hosting/guides/mongo-to-postgres.mdx index b8781a19d..918a9e411 100644 --- a/docs/self-hosting/guides/mongo-to-postgres.mdx +++ b/docs/self-hosting/guides/mongo-to-postgres.mdx @@ -196,6 +196,17 @@ The first deployment of Postgres based Infisical must be deployed with Docker im After deploying this version, you can proceed to update to any subsequent versions. -## Additional discussion -- When you visit Infisical's [docker hub](https://hub.docker.com/r/infisical/infisical) page, you will notice that image tags end with `-postgres`. -This is to indicate that this version of Infisical runs on the new Postgres backend. Any image tag that does not end in `postgres` runs on MongoDB. \ No newline at end of file +## Important Notes + +Infisical's [Docker Hub repository](https://hub.docker.com/r/infisical/infisical) uses different tagging conventions to indicate which database backend is used: + +- **Before v0.46.11** + - Infisical ran on MongoDB backend + +- **After v0.46.11** + - Version tags started to be suffixed with `-postgres` + - Infisical transitioned to PostgreSQL backend + +- **After v0.147.0** + - Infisical remains on PostgreSQL backend + - The `-postgres` suffix was removed from tags for brevity \ No newline at end of file