How to make archive of drupal database with a php code inside node? Without any scripts. This needs in case you forget your FTP access.
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
closed as not a real question by kiamlaluno♦ Sep 9 '12 at 2:26
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
There is a module for this, use that instead of custom coding PHP in nodes. Generally you never want to put code in nodes for a lot of reasons:
Anyways the module backup and migrate will do what you need. Alternative solution If you don't have DB password or FTP password and want to create a dump, the simplest thing you can do it to:
|
|||||||||||||
|