-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PartKeepr to Part-DB migration in docker #334
Comments
basically you have to run the given command in your docker container. Should be possible with ´docker exec --user=www-data partdb php bin/console partdb:migrations:import-partkeepr path/to/pk.xml |
Thank you for your response, but I still struggle. When I run the command you suggested it spits out this:
it has something about typing DELETE ALL DATA but where and when do I type it? |
I am thinking I am not understanding the Path/To/ pk.xml If I use this command: E:\PART-DB>docker exec -it partdb php bin/console partdb:migrations:import-partkeepr pk.xml I get this message
|
Put the |
yeah thanks it is getting better but still getting some errors and there are no components imported at all:
|
To debug that I will most likely need your pk.xml file. You can censor sensitive information in it. |
I don't think there is anything sensitive in it. |
The import issue was related to the attachments of the storage locations. This is nox fixed. The fix will be included in the next release (most likely 1.7.0). For now you can use the docker image tagged with the |
Yes this works like a charm, thanks. |
Hi all,
I would like to use Part-DB but I am too dumb to manage the migration process from PartKeepr.
I run PartKeepr in Docker (since that was the easiest to get running) I think I managed to install and setup Part-DB in docker too but I struggle to import my data.
Managed to export PartKeepr database.
Can not figure out where all the attachments and pictures are stored, I am using the mhubig/partkeepr version
I got stucked at item 3 in the Part-DB how to migrate (https://docs.part-db.de/partkeepr_migration.html)
can anyone write some simple migration in docker for dummies that would be highly appreciated.
thanks
Josef
The text was updated successfully, but these errors were encountered: