Skip to content

Commit 67599a5

Browse files
committed
Fix migration problems
1 parent 42e4b83 commit 67599a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ jobs:
134134
- name: cleanup database duplicates
135135
run: |
136136
export DNAME=dspace${{inputs.INSTANCE}}
137-
export DDBNAME=dspacedb${{inputs.INSTANCE}}
138137
139138
echo "Stopping DSpace container before database cleanup..."
140139
docker stop $DNAME || true
@@ -152,6 +151,7 @@ jobs:
152151
- name: run database migration
153152
run: |
154153
export DNAME=dspace${{inputs.INSTANCE}}
154+
export DDBNAME=dspacedb${{inputs.INSTANCE}}
155155
156156
echo "Starting DSpace container for migration..."
157157
docker start $DNAME

0 commit comments

Comments
 (0)