Replies: 1 comment 4 replies
-
There is currently nothing you need to do aside from switching the docker image. There are however some new settings that you could add to you environment that configure new features like the stats page and health check endpoint. You can check the default BaGetter appsettings.json in the repository. Everything not set in your environment will be used from there. If you host without the docker image, you should also be able to just switch out the application and use your existing appsettings file or environment configuration. The recommended way is using the docker image for the application with environment variables for configuration. Let me know how it went or if you need any assistance. |
Beta Was this translation helpful? Give feedback.
-
Is there anything to do to migrate from BaGet to BaGetter?
I'm currently using the latest release there,
v0.4.0-preview2
, with SqLite database.Beta Was this translation helpful? Give feedback.
All reactions