threldor

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by threldor

  1. The problem is alpine v3.5 has postgresql version 9.6.1 and the database you have is 9.5 I did this to get it working, just install the 9.5.x version Probably a way to update the postgresql database but i have not done that. pg_update anyone? # ssh into your server # enter musicbrain container docker exec -it musicbrainz /bin/bash # then inside the container at the root@87057f3a1aa1:/$ # delete the old postgresql apk del postgresql # add the v3.4 repo echo 'http://dl-cdn.alpinelinux.org/alpine/v3.4/main' >> /etc/apk/repositories # update apk update # install the 9.5.x version apk add --no-cache postgresql=9.5.6-r0 exit # restart your musicbrainz docker from webUI Edit: I still have problems, but not as many. Probably don't follow the guide above.
  2. Testing the update right now. Have you been able to find 4.4.0 for download? just tried replacing 4.3 with 4.4 and this works https://download.code42.com/installs/linux/install/CrashPlan/CrashPlan_4.4.0_Linux.tgz
  3. now we just need a mosquitto in a docker container to add MQTT to the mix
  4. I am having the same troubles downloading the file at this address http://vbox.a1aina.com/files/vbox-4.2.16-unRAID-3.9.6p.tgz any help would be great cheers