ecs reference architecture

This commit is contained in:
Maidul Islam
2024-04-15 03:23:58 -04:00
parent 1af0d958dd
commit 1f0b1964b9
4 changed files with 65 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ description: "Learn how to run Postgres schema migrations."
Running schema migrations is a requirement before deploying Infisical.
Each time you decide to upgrade your version of Infisical, it's necessary to run schema migrations for that specific version.
The guide below outlines a step-by-step guide to help you through this process.
The guide below outlines a step-by-step guide to help you manually run schema migrations for Infisical.
### Prerequisites
- Docker installed on your machine