jboxberger / synology-gitlab

Updated an improved Original Synology Package
MIT License
129 stars 19 forks source link

Unable to run after installation #14

Closed paulo-maia closed 7 years ago

paulo-maia commented 7 years ago

Hi and thank you for the package.

I am unable to run gitlab after the installation. The install process went smoothly but afterwards, when I hit run, nothing happens. The docker manager is saying that no container has been created... I tried uninstalling and reinstalling twice now to no avail...

My configuration: Model: RS815+ CPU: Intel Atom C2538 DSM version: 6.0.2-8451 Update 9

I really wanted to try this package since the official synology one is way out-of-date.

Kind regards!

jboxberger commented 7 years ago

Hi,

it sounds like there are old images in the Docker Container. You can see the on the Image Tab. image

You can try to remove them via docker Manager or if you have trouble removing old images you can try this. Fist stop all useless images. Then login with ssh as root on your synology and enter this command

docker rmi $(docker images -q --filter dangling=true)

If the old images are gone you can reinstall the synology package and everything should work fine. If it doesn't help, you can uninstall the synology package (keeping all your data) and reinstall the package again (please don't forget to save your database credentials first).

Please let me know if this helped you.

Kind Regards

paulo-maia commented 7 years ago

Hi @jboxberger , I didn't have any old images in the docker container. I think the problem was simply that I wasn't giving it enough time to initialize gitlab (I later found out the log for the container and was able to see that gitlab was still initializing stuff).

I updated the DSM and installed the latest version of your package (gitlab 9.0.0) and everything is running smoothly. Thanks again for your help and for this package :) Now to the painful process of migrating more than 100 projects from gitlab 6...

Kind regards,

jboxberger commented 7 years ago

Hi paulo-maia, sorry for my late feedback, i saw that you issue has already been solved 👍.

Kind Regards