Database Setup: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
m (Typo fix)
Line 3: Line 3:
The [[Database| MusicBrainz Database]] is an SQL database that contains all the information about [[Artist|artists]], [[Release Group|release groups]], [[Release|releases]], [[Recording|recordings]], [[Advanced Relationships|advanced relationships]] (and [[MusicBrainz Database|everything else]] between them, but also the MusicBrainz users ([[Editor|editors]]) and the changes they entered into the database ([[Edit Type|edits]]). MusicBrainz currently uses PostgreSQL as its underlying database software.
The [[Database| MusicBrainz Database]] is an SQL database that contains all the information about [[Artist|artists]], [[Release Group|release groups]], [[Release|releases]], [[Recording|recordings]], [[Advanced Relationships|advanced relationships]] (and [[MusicBrainz Database|everything else]] between them, but also the MusicBrainz users ([[Editor|editors]]) and the changes they entered into the database ([[Edit Type|edits]]). MusicBrainz currently uses PostgreSQL as its underlying database software.


The database can be [[Database Download|downloaded]] standalone from the MusicBrainz website. To setup your own fresh copy of the database, and import the data, see the relevant section of the [http://github.com/metabrainz/musicbrainz-server/blob/master/INSTALL the INSTALL guide].
The database can be [[Database Download|downloaded]] standalone from the MusicBrainz website. To setup your own fresh copy of the database, and import the data, see the relevant section of the [http://github.com/metabrainz/musicbrainz-server/blob/master/INSTALL INSTALL guide].


== Replication ==
== Replication ==

Revision as of 16:49, 20 November 2011

Products > Database > Database setup

The MusicBrainz Database is an SQL database that contains all the information about artists, release groups, releases, recordings, advanced relationships (and everything else between them, but also the MusicBrainz users (editors) and the changes they entered into the database (edits). MusicBrainz currently uses PostgreSQL as its underlying database software.

The database can be downloaded standalone from the MusicBrainz website. To setup your own fresh copy of the database, and import the data, see the relevant section of the INSTALL guide.

Replication

If you are interested in keeping the data in sync with MusicBrainz using our live data feed, you may consider