Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Update Download Location HTTP 404 NOT FOUND #66

Open
hockeyrobo opened this issue Jul 10, 2013 · 1 comment
Open

Update Download Location HTTP 404 NOT FOUND #66

hockeyrobo opened this issue Jul 10, 2013 · 1 comment

Comments

@hockeyrobo
Copy link

Seems that the $schema_url in Settings.pl needs to be updated to the new locations.

OLD download location advises...

"OUTDATED. Please see https://github.com/metabrainz/musicbrainz-server instead" ??

However the install I have doesn't let me use https? And trying to install CPAN HTTPS fails?

Can we get this updated?

Kind Regards,
Ryan

As Discussed below:

http://git.musicbrainz.org/gitweb/?p=musicbrainz-server.git

@travisbasevi
Copy link

I changed settings.pl to the following and it worked:

$schema_base = 'https://raw.github.com/metabrainz/musicbrainz-server/master';
$g_schema_url = "$schema_base/admin/sql/CreateTables.sql";
$g_indexfk_url = "$schema_base/admin/sql/CreateFKConstraints.sql";
$g_index_url = "$schema_base/admin/sql/CreateIndexes.sql";
$g_pk_url = "$schema_base/admin/sql/CreatePrimaryKeys.sql";
$g_func_url = "$schema_base/admin/sql/CreateFunctions.sql";
$g_pending_url = "$schema_base/admin/sql/ReplicationSetup.sql";
$g_stats_url = "$schema_base/admin/sql/statistics/CreateTables.sql";
$g_coverart_url = "$schema_base/admin/sql/caa/CreateTables.sql";

Plenty of other errors after that for me in the conversion to MySQL (MyISAM) after that though. The ngsdb schema dump has got a bit more complex since my last conversion in April 2013.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants