[Neos] DB Reset

Carsten Bleicker carsten at bleicker.de
Wed Feb 19 15:33:49 CET 2014


as far as i know, there isnt such a function.
but you could get a clean one maybe like this:

1. delete or rename the old db
1. CREATE DATABASE {take_a_look_in_your_settings.yaml} CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;
2. flow doctrine:migrate
3. flow user:create username passwort firstname lastname
4. flow user:addrole username TYPO3.Neos:Administrator
5. flow site:import TYPO3.NeosDemoTypo3Org

hope it helps


Am 19.02.2014 um 15:15 schrieb Christian Glass <mail at christianglass.de>:

> Hi folks,
> 
> is there any function that restores the initial database structures from Installation - a reset?
> Regards Chris
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos



More information about the Neos mailing list