Coder Social home page Coder Social logo

t3dump's Introduction

Typo3 Dump Script

This script offers an easy way to create an database dump of an Typo3 Installation. the script uses your install tool password to protects unauthorized persons from creating dumps on your system.

Requirments

  • PHP 5.0 or Higher
  • mySQLdump (commandline tool should be normaly installed)
  • PHP needs to be able to call the exec() function.

Installation & Usage

  • Copy the script to typo3conf/ directory of your typo3 installation.
  • call the script like http://example.com/typo3conf/t3dump.php
  • enter your install tool password and klick "Create Dump"
  • your database dump should be created.

Configuration (Optional)

if you experience any problems with the "installation & Usage section" it might be you need to configure some details open the t3dump script. there should be a section labled "### Configuration Options" where you could set some details like the path to your mysqldump script. or another path for storing the sql dumps.

$path_msqldump Allows you to set an path for the mysqldump Executable if you mysqldump is not in the PATH

$overwrite_password set an Alternate Password if you don't wan't to use the installtool password

$path_localconf the Path to the Local conf php if you dont install t3dump into typo3conf/ you need to fix this path

$controllBytes How Many Bytes to show at the end of an Dump to see if everything went fine.

$path_dump_store where to store the dumps

$excludeCacheTables should cache table data be dumped too?

$ignoreTablePattern regularPatter to Identifiy cache Tables

t3dump's People

Contributors

wolffc avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.