Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 896fcf3

Browse files
authored
fix(docs): Add md extension to the readme file (#235)
* fix(docs): Add md extension to the readme file Signed-off-by: AmirReza <[email protected]> * doc(alembic): add env vars that are needed to be changed Signed-off-by: AmirReza <[email protected]> * fix(numbers): bring the right numbers back Signed-off-by: AmirReza <[email protected]> --------- Signed-off-by: AmirReza <[email protected]>
1 parent d16fa40 commit 896fcf3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

alembic/README renamed to alembic/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ The following steps should be followed in the Python environment configured for
1010
1111
1. Make sure the environment variables with the database connection details are loaded into the environment. If you are using Azure instance, you will additionally need to make sure it's using the same environment variables to be connected to the database on Azure, as that's in the current state and does not require changes, but to make sure about that, we need to do the next step check.
1212

13+
These are the variables that you need to change:
14+
- `POSTGRES_USERNAME`
15+
- `POSTGRES_PASSWORD`
16+
- `POSTGRES_HOST`
17+
- `POSTGRES_PORT`
18+
- `POSTGRES_DB`
19+
1320
2. As an initial check, make sure the database is up to date with the head of changes. (If it is not, this step tries to run the migration one by one):
1421

1522
```sh
@@ -29,3 +36,4 @@ The following steps should be followed in the Python environment configured for
2936
```sh
3037
alembic upgrade head
3138
```
39+

0 commit comments

Comments
 (0)