hi, i just downloaded and installed a vanilla forum v.2 but I can't find a way to make a backup from the database, with Vanilla Porter can't do it from v2 to v2 just v1 to v2.
Well, before you import, you should delete the old data because some of the tables have Primary Key constraints and by importing, you are not REPLACING, but ADDING the data to the existent structure. Still, I do not suggest you deleting the data unless you are sure that is what you want to do.
Comments
/cd
Error
consulta SQL:
--
-- Volcar la base de datos para la tabla `GDN_Activity`
--
INSERT INTO `GDN_Activity` ( `ActivityID` , `CommentActivityID` , `ActivityTypeID` , `ActivityUserID` , `RegardingUserID` , `Story` , `Route` , `CountComments` , `InsertUserID` , `DateInserted` )
VALUES ( 1, NULL , 2, 1, NULL , 'Welcome to Vanilla!', NULL , 0, NULL , '2010-12-12 18:38:50' ) , ( 2, NULL , 14, 1, NULL , 'discusion', NULL , 0, 1, '2010-12-12 18:41:13' ) ;
MySQL ha dicho: Documentación
#1062 - Duplicate entry '1' for key 1
/cd