-
Notifications
You must be signed in to change notification settings - Fork 2
Image Service migration
vjrj edited this page Nov 3, 2022
·
5 revisions
Since 1.1
the image-service
uses flyway
to do automatic db migrations on upgrades.
But for old running image services, depending on the version you are running you'll need some extra manual steps to migrate to >= 1.1
.
- old image services <
1.0
.- stop the image service
- db-upgrade-0_9_to_1_0.sql
- Follow the upgrading-from 1.0 steps.
- update the
image-service
using a recentala-install
version
- image services with >=
1.0
and <1.1
- stop the image service (since 1.0 with
service image-service stop
) - last part of db-upgrade-0_9_to_1_0.sql since line 32
- Follow the upgrading-from 1.0 steps.
- update the
image-service
using a recentala-install
version
- stop the image service (since 1.0 with
- new image service installed >=
1.1
- stop the image service (since 1.0 with
service image-service stop
) - Follow the upgrading-from 1.0 steps.
- update the
image-service
using a recentala-install
version
- stop the image service (since 1.0 with
Index
- Wiki home
- Community
- Getting Started
- Support
- Portals in production
- ALA modules
- Demonstration portal
- Data management in ALA Architecture
- DataHub
- Customization
- Internationalization (i18n)
- Administration system
- Contribution to main project
- Study case