Skip to content

Instantly share code, notes, and snippets.

@notEvil
notEvil / mb.vm.upgrade.sh
Created August 26, 2016 09:13
Musicbrainz VM upgrade to 23
# With the following commands I upgraded the current VM (2015-08-06) so it would import the current db dumps (Schema 23).
# Please follow the script step by step. It is not an automated script but rather a sequence of commands and instructions.
# You certainly have to adjust the postgres install section to your distro, the git tag to check out, and the import section at the end.
# https://github.com/metabrainz/musicbrainz-server/blob/master/INSTALL.md
cd /home/musicbrainz/musicbrainz-server
## update postgresql