I have a new store up and running based on the following image:
ghcr.io/smartstore/smartstore-linux:latest
I can access the install page OK.
We have an existing SQL database running in Azure that is behind our current 4.2.0.0 store. I have made a copy of the existing database to be used with the new version of SmartStore we have running in our kubernetes environment.
When I try to install the new store using this copy of the of existing database I get the following error:
- Setup failed: An error occurred during installation. Stage: PopulatePictures (Invalid column name 'AdminComment'.)
Does there need to be DB changes to be compatible with the latest version of SmartStore when using a DB used for 4.2.0.0?