From 9d202e8501bc894a52d210f0e6801e57a1ca5d05 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 27 Feb 2024 00:43:36 -0500 Subject: [PATCH] add additional discussion --- docs/self-hosting/guides/mongo-to-postgres.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/self-hosting/guides/mongo-to-postgres.mdx b/docs/self-hosting/guides/mongo-to-postgres.mdx index 2879d1877..b4708b414 100644 --- a/docs/self-hosting/guides/mongo-to-postgres.mdx +++ b/docs/self-hosting/guides/mongo-to-postgres.mdx @@ -181,4 +181,8 @@ Rather than transferring the data row-by-row from your local machine to the prod After successfully migrating the data to PostgreSQL, you can proceed to deploy Infisical using your preferred deployment method. Refer to [Infisical's self-hosting documentation](https://infisical.com/docs/self-hosting/overview) for deployment options. -Remember to use your production PostgreSQL connection string for the new deployment and transfer all [environment variables](/self-hosting/configuration/envars) from the MongoDB version of Infisical to the new version (they are all compatible). \ No newline at end of file +Remember to use your production PostgreSQL connection string for the new deployment and transfer all [environment variables](/self-hosting/configuration/envars) from the MongoDB version of Infisical to the new version (they are all compatible). + +## 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