Skip to content

Commit 958563e

Browse files
committed
add configuration setting to disable storage migration
1 parent 3c9f1ad commit 958563e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/eclipse/openvsx/storage/StorageMigration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
@Component
3535
@ConditionalOnProperty(value = "ovsx.data.mirror.enabled", havingValue = "false", matchIfMissing = true)
36+
@ConditionalOnProperty(value = "ovsx.storage.migration.enabled", havingValue = "true", matchIfMissing = true)
3637
public class StorageMigration {
3738

3839
protected final Logger logger = LoggerFactory.getLogger(StorageMigration.class);

0 commit comments

Comments
 (0)