-
Switched to branch 'wolnosc' Your branch is up to date with 'origin/wolnosc'. rksuma@Ramakrishnans-MacBook-Pro sztab % git pull origin wolnosc From https://tigase.dev/sztab
- branch wolnosc -> FETCH_HEAD Already up to date. rksuma@Ramakrishnans-MacBook-Pro sztab % git checkout -b fix/rel-1.8-docker-arm64-flyway Switched to a new branch 'fix/rel-1.8-docker-arm64-flyway' rksuma@Ramakrishnans-MacBook-Pro sztab %
-
Fix verification:
rksuma@Ramakrishnans-MacBook-Pro sztab % docker compose -f deploy/docker/docker-compose.yml up sztab-backend [+] Running 4/4 ✔ Container forgejo-init Created 0.0s ✔ Container sztab-db Running 0.0s ✔ Container forgejo Running 0.0s ✔ Container sztab-backend Running 0.0s Attaching to sztab-backend
| Type |
Bug
|
| Priority |
Blocker
|
| Assignee | |
| Version |
1.8
|
| Sprints |
n/a
|
| Customer |
n/a
|
Issue Votes (0)
Release: 1.8
Severity: Blocker
Component: sztab-backend / Flyway
Reported by: Wojciech Kapcia
Reproducible: Yes
Linked defect: sztabina build failure on Apple Silicon (Rel 1.8)
Environment
Observed Error
Root Cause
Migration file
V0__pre_freeze_placeholder.sqluses#as a comment prefix, which is invalid SQL syntax in PostgreSQL.Flyway executes the file verbatim and fails during application startup.
Expected Behavior
Placeholder migrations must contain valid PostgreSQL syntax or be removed if unnecessary.
Proposed Fix
Replace the contents with valid PostgreSQL comments:
Alternatively, delete the migration file if no version marker is required.
Impact
Notes