By dahouse on
Hello Gents,
Is there a way I can create some type of "restore point" to revert to if I screw up a site?
I've just inherited the site maintenance duties of a for a non profit organisation.
I've a fair bit of experience building and maintaining my drupal site. What was great about that was that I could screw up and restart as many times as I'd liked. Unfortunately, this isn't a possibility with this new site.
I'd like it so that I can return the site to exactly as it was before I touched it.
Thanks
Comments
=-=
deploy.module maybe.
Most of druapl is the database. Regular backups is important.
Developemnt shouldn't be done away from the production site on test site comprised of a backup of the database.