ISFDB Downloads

From ISFDB
Revision as of 12:37, 16 July 2022 by Ahasuerus (talk | contribs) (→‎Database Backups: 2022-07-16 backups)
Jump to navigation Jump to search

Overview

The files accessible from this page are complete copies of the software that drives the ISFDB and the data tables that comprise it, available under Creative Commons. The only data not included in the backups are:

  • personal data such as users' e-mail addresses and passwords
  • raw submission data, which is not included due to its size
  • the MediaWiki table contents although empty tables are included so that they can be used with the ISFDB code

You can find detailed instruction on building public ISFDB backup files at ISFDB:How To Create a Public Backup File.

Current Files

The following files are available. You can download them either by using the links below or by using the download script.

Image Backups

Backup files of all cover scans currently hosted by ISFDB. Most files are around 800MB in size, the total is approximately 13.4Gb. 2022-06-12:


Database Backups

Database backups are compressed MySQL files which do not include the ISFDB Wiki or user data. Each file is around 235MB in size and expands to about 1.1GB. The installed (MyISAM) database takes up roughly 3GB of disk space. See below for installation instructions.

The following backups are available:

Date 4.0-5.1 compatible 5.5-compatible
2022-07-16 link link
2022-07-09 link link
2022-07-02 link link
2022-06-25 link link
2022-06-18 link link
2022-06-11 link link
2022-06-04 link link
2022-05-28 link link
2022-05-21 link link
2022-05-14 link link
2022-05-07 link link
2022-04-30 link link
2022-04-23 link link
2022-04-16 link link
2022-04-09 link link
2022-04-02 link link
2022-03-26 link link
2022-03-19 link link
2022-03-12 link link
2022-03-05 link link
2022-02-26 link link
2022-02-19 link link
2022-02-12 link link
2022-02-05 link link
2022-01-29 link link
2022-01-22 link link
2022-01-15 link link
2022-01-08 link link
2022-01-01 link link

For pre-2022 backups see ISFDB Download Archives.

Installation and Setup

  • ISFDB:MySQL Only Setup - instructions to setup the MySQL database without the ISFDB website script. Useful for making direct SQL queries or customized scripts for data mining.
  • ISFDB:Personal Linux Website - instructions to create a version of the ISFDB to run on your home Linux system. This will not include setting up the wiki.
  • ISFDB:Personal Windows Website - instructions to create a version of the ISFDB to run on your home Windows system. This will not include setting up the wiki.
  • ISFDB:Full Linux Website - instructions to recreate a full version of the ISFDB website on Linux. Note that complete backup including all Wiki data is not available to the general public, due to the inclusion of personal information. These notes are for moderators with access to the data.
  • ISFDB:Configure Nightly Processing