elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Error (null) restoring staging site. #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I broke the backup again. :) 

I updated my test site at vosao.husted.com to 0.2.3 and restored a current
backup from staging. As before, it brought over some of the changes before
it failed. 

Of course, there were a lot of changes to the resources, and I added some
page versions before making editing. 

-Ted.

Original issue reported on code.google.com by webmaste...@gtempaccount.com on 20 Feb 2010 at 2:02

GoogleCodeExporter commented 9 years ago
Just realized my test site is showing 0.1 instead of 0.2.3 - investigating ...

Original comment by webmaste...@gtempaccount.com on 20 Feb 2010 at 3:55

GoogleCodeExporter commented 9 years ago
OK, I forgot to enable the new version <head-slap/> 

But, now that that's done, I'm running into 

org.datanucleus.plugin.NonManagedPluginRegistry resolveConstraints: Bundle
"org.datanucleus.store.appengine" requires "org.datanucleus" version "[1.0.4,
1.1.5.final)" but the resolved bundle has version "1.0.4.1.final" which is 
outside
the expected range.

I'm looking for the right JAR on the datanucleus site, but haven't found it 
yet. 

Original comment by webmaste...@gtempaccount.com on 20 Feb 2010 at 4:14

GoogleCodeExporter commented 9 years ago
Ah, found http://code.google.com/p/datanucleus-appengine/downloads/list 

Ummm, no version 1.1.5. Rolling back to SDK 1.3.0 to see if that helps. 

Original comment by webmaste...@gtempaccount.com on 20 Feb 2010 at 4:22

GoogleCodeExporter commented 9 years ago
After deploying 0.2.3 and set it current version make db update calling /update 
url

Original comment by kinyelo@gmail.com on 20 Feb 2010 at 5:09

GoogleCodeExporter commented 9 years ago
I rolled back to SDK 1.3.0 and making progress again. 

I reset the data first, and the import seemed to end normally, but some page
resources are missing. 

Also, the Authors section uses Structures throughout, but all the author pages 
seem
to come up 500. (Others are just missing images here and there.)

Alex, if you like, you can log in to vosao.husted.com with your usual 
credentials. 

Original comment by webmaste...@gtempaccount.com on 20 Feb 2010 at 5:25

GoogleCodeExporter commented 9 years ago
Looks like import/export problem with structured pages in 0.2.3

Investigating...

Original comment by kinyelo@gmail.com on 20 Feb 2010 at 6:11

GoogleCodeExporter commented 9 years ago
Fixed bug in 0.2.4, 0.3.

Original comment by kinyelo@gmail.com on 20 Feb 2010 at 7:45

GoogleCodeExporter commented 9 years ago
Thanks, Alex. I'll try again later today, after I get some more of the 
documentation
drafted. (Finally getting to the good stuff!)

Say, on Export/Import, are we clearing the CMS data on every import now, so that
obsolete pages and user accounts would be removed? Or, should we use Reset 
first?

Original comment by ted.husted on 21 Feb 2010 at 10:36

GoogleCodeExporter commented 9 years ago
There is no any resource deletion during import just update if same resource 
exists.

I think Reset first is a good practice to remove obsolete resources.

Original comment by kinyelo@gmail.com on 21 Feb 2010 at 6:48

GoogleCodeExporter commented 9 years ago
There were a number of obsolete resources. I tried running a Reset before a 
fresh
Import. I haven't been able to login or bring up the home page since the Reset. 

Original comment by ted.husted on 21 Feb 2010 at 7:38

GoogleCodeExporter commented 9 years ago
During reset operation all session are deleted. There was too much sessions and 
30
sec request limit error. I've deleted them by hand.

Now it's working.

For future may be we need a task for clearing sessions. Say once a week.

Alex.

Original comment by kinyelo@gmail.com on 21 Feb 2010 at 7:50