Closed (works as designed)
Project:
Drupal core
Version:
6.9
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2012 at 23:56 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
Nordtof commentedSo, I undertand that there is no HTML or text file of the nodes, but they are datas in the database.
How could I restore a spesific node from database backup?
Comment #2
mdupontIt's difficult, because you would have to restore data in every table of every module that may store something about the node (Core Drupal modules + all contributed modules like CCK, NodeReference, Flag, etc).
It would be better to restore a full DB backup on another Drupal installation, then export the node from here.
Comment #3
mdupont