Hi,

If you’re referring to the sandbox wiki, we do this once to save the mysql data:

mysqldump -uxwiki -p<pass here> --add-drop-database playground > 
/root/playground/playground.sql

And then every day with a os-level cron job:
/usr/bin/mysql playground < /root/playground/playground.sql

Thanks
-Vincent

On 9 Apr 2014 at 11:01:45, Pascal BASTIEN 
(pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote:

> Hello,
>  
> How do you reinit sandbox?
> With snippet and scheduler or bash + cron to launch a SQL code on database?
>  
> Thxs;
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to