Closed orrionis closed 1 year ago
Hello,
Yes you can migrate your "classic" install to docker version.
I think the following steps should be taken:
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ./yourdump.sql:/docker-entrypoint-initdb.d/yourdump.sql
If all goes well, you can delete the environment variable that specified the GLPI version and update it in the "classic" way.
Hi thank for your response. It 's very detailed , i try this , and post after it all goes well
it's work fine thankyou so mutch
hello i would know i update my old version 9.5 in classic install to the docker version.
if i can dump my db via phpmyadmin on old install how i can push on docker version
Thanks