0

I successfully installed a freshly downloaded virtual instance a few days ago, running in VirtualBox on Windows 10. Seems to be working fine. Noticed that under 'Statistics' on the home page is was dated April 2016. Configured with a key for replication, ran 'bin/replicate start' and now the Statistics page update is 05/22/16. Interestingly the mirror http://musicbrainz-mirror.eu:5000/ shows the same 05/22/16 date.

It seems the database schema changed on 05/23/16 (https://blog.musicbrainz.org/2016/05/25/schema-change-release-2016-05-23-with-upgrade-instructions/) but the virtual machine available for download is dated 2015-08-06 on http://musicbrainz.org/doc/MusicBrainz_Server/Setup

So automatic updating stops at 5/22 with the current virtual machine. Seems to make sense but where is the latest virtual machine build, or is that left to the user to build from the GitHub repository?

milleph
  • 462
  • 5
  • 20

1 Answers1

2

Follow the instructions to update the schema:

https://blog.musicbrainz.org/2016/05/25/schema-change-release-2016-05-23-with-upgrade-instructions/

Note that you may need to update PostgreSQL to 9.5 (the VM image has an older version) first. Also, since more than a month has passed from your version, it may be easier to import a new dump and then turn the replication on, rather than go through all incremental updates.

EDIT:

You can find the latest VM here.

Andrei Volgin
  • 40,755
  • 6
  • 49
  • 58
  • Thanks for the response. I'll go ahead and try this. Just confused why there's not a more up to date virtual image available on Musicbrainz.org – milleph Jul 06 '16 at 22:32
  • The team is working on a new Docker container, according to their posts in MB forum. – Andrei Volgin Jul 07 '16 at 05:10
  • They have released a new VM beta version at ftp://vm.musicbrainz.org/pub/musicbrainz-vm/ – PeterCo Aug 18 '16 at 15:38
  • A new (much smaller, don't know why) beta3 is available since 13.12.2016 at http://ftp.eu.metabrainz.org/pub/musicbrainz-vm/ – PeterCo Dec 14 '16 at 13:16