Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

Jump to:

17480 Posts in 4474 Topics by 1973 members

Archive

SilverStripe Forums » Archive » SilverStripe Backup?

Our old forums are still available as a read-only archive.

Page: 1
Go to End
Author Topic: SilverStripe Backup? 1032 Views
  • puppyfam
    avatar
    1 posts

    SilverStripe Backup? Link to this post

    I just StumbledUpon SilverStripe last night and I'm really excited about using it. However, the lack of a backup utility bothers me. I know how to backup the database, but I'm not sure what settings to use (for example, when backing up Wordpress, I've been told by the Wordpress documentation to use setting such as "'Add DROP TABLE'," and "'Add AUTO_INCREMENT' " in phpMyAdmin).

    What's the best way to backup SilverStripe?

    Thanks!

  • willr
    avatar
    1310 posts

    Re: SilverStripe Backup? Link to this post

    Yip! thats pretty much the easiest way to backup. Go into phpmyadmin, select the database, export -> select all tables -> select 'Add DROP Table' (Add AUTO_INCREMENT should be selected by default) and then select 'Save a File'.. it also helps to gzip it.

    Also Sam has been working on a static exporter which exports the whole site as a static site, which could be used to make backups of a site so in the event of something crashing you can easily get the site back live quickly while you fix it

  • Ingo
    avatar
    390 posts

    Re: SilverStripe Backup? Link to this post

    with silverstripe being a normal web-app, you don't need a specific backup-utility.
    a mysql-dump and full copy of the webroot should be enough, and that's a task for the sysadmin, not the web-app but yeah, i've put a "best-practices:backup" documentation page on my todo-list

  • Ark
    avatar
    Community Member
    4 posts

    Re: SilverStripe Backup? Link to this post

    Hi,
    I'm interesting in static site exporter. I think it'll be useful to site owners with several pages -- no need to have MySQL nor PHP, no server performance overhead.

    Maybe just use wget --mirror and don't bother

    1032 Views
Page: 1
Go to Top

Currently Online: Terminator4

Welcome to our latest member: pureprop

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.