You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ cd <repo-directory>/backend
30
30
#### Example for Oracle:
31
31
```bash
32
32
export PRIMARY_DB=oracle
33
-
export FLYWAY_ENVIRONMENT=dev
34
33
```
35
34
36
35
#### Example for PostgreSQL:
@@ -46,6 +45,8 @@ Using Maven Wrapper:
46
45
./mvnw spring-boot:run
47
46
```
48
47
48
+
**NOTE:** There is no need to set the `FLYWAY_ENVIRONMENT` environment variable when running the Oracle-primary instance, as the goal is to run the backend deployed to the production environment.
49
+
49
50
---
50
51
51
52
## Configuration
@@ -73,9 +74,11 @@ Flyway migrations are determined by the `FLYWAY_ENVIRONMENT` variable.
**NOTE:** There is no need to pass the `flyway-environment` property or set the `FLYWAY_ENVIRONMENT` environment variable when running the Oracle tests, as the goal is to run the tests deployed to production.
0 commit comments