Merge pull request #1478 from Infisical/mongo-to-postgres-guide

Mongo to postgres guide
This commit is contained in:
Maidul Islam
2024-02-27 00:43:58 -05:00
committed by GitHub
5 changed files with 223 additions and 29 deletions

View File

@@ -173,7 +173,6 @@
"pages": [
"self-hosting/overview",
"self-hosting/configuration/requirements",
"self-hosting/configuration/schema-migrations",
{
"group": "Installation methods",
"pages": [
@@ -183,6 +182,13 @@
]
},
"self-hosting/configuration/envars",
{
"group": "Guides",
"pages": [
"self-hosting/configuration/schema-migrations",
"self-hosting/guides/mongo-to-postgres"
]
},
"self-hosting/faq"
]
},