DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: TYPO3 Snapshot

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Malte Jansen
Changed:2008-10-30T14:06:08.880000000
Author:Malte Jansen
Email:typo3@maltejansen.de
Info 3:
Info 4:

EXT: TYPO3 Snapshot

Extension Key: maja_snapshot

Copyright 2008, Malte Jansen, <typo3@maltejansen.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: TYPO3 Snapshot 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 1

How does it work? 1

Installation 1

To-Do list 2

Changelog 2

Introduction

What does it do?

This extension provides a Backend-Module for an easy import and export of the Database.

So you can create a snapshot of your productive system and import it your development system.

Additionally the extension modifies the localconf.php on the fly with the Development Configuration.

Screenshots

No need for a screenshot. There is just the “Import”- or “Export”-Button.

Users manual

How does it work?

The Extension creates a database-dump (without data of caching, logging, etc).

You just have to run the export on your Productive-System.

Copy/Syncronize via FTP the following folders: /typo3conf, /filedamin, /uploads.

Run the import on Development-System.

Notice: After the import it might happen, that you have to login again.

Installation

PS: Productive-SystemDS: Development-System

PS: Installation of the Extension.

PS: Configure the Extension via Extension Manager.

PS: Add your Dev-Domain (e.g. localhost) via List-View and check the Development-Checkbox. (auto-disabling support)

PS: Add your Template (with config.baseuri etc.) and check the Development-Checkbox. (auto-disabling support)

PS: Execute the Export.

PS: Add following line add the end /typo3conf/localconf.php:@include(P ATH_site.'typo3conf/ext/maja_snapshot/localconf.php');

Download the whole TYPO3-Installation.

DS: Import the sql-file (/uploads/tx_majasnapshot/) with PHPMyAdmin (or any the mysql-cli command).

DS: Create a file with your special localconf-configuration (default: /typo3conf/maja_snapshot_localconf.php).The file should just contain modifications (e.g. db connection data, path to ImageMagick)

To-Do list

  • Adding some auto-disabling-support for sys_domain and sys_template.
  • Zip for the sql-file. (Compression)
  • Zip all user data.

Changelog

img-1 EXT: TYPO3 Snapshot - 2