Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Migrate Proget on native Windows to Linux within Docker
-
How to migrate the Proget 4.7.x Version, installed on Windows 2016 with MS SQL Database , to a Linux Docker Container, with running the Database in an other Postgres Container?
- take care, that source and destination contains same ProGet version. - Done.
- read and understand http://inedo.com/support/kb/1100/getting-started-with-proget-for-linux - ok
- copying the data directory to a container volume - ok.
- adjusting the dockerfile (https://github.com/Inedo/proget-docker) to my needs - possible
- create a composer.yml - possible
- migrate the database (export on ms-sql and import to postgres) - no clue.
Product: ProGet
Version: 4.7.11
-
Regarding the database migration, we don't have an export/import function.. but you can just recreate the feed and use the bulk import path for your exisitng packages.