Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Owncloud w/failover and/or HA?

twaintwain Member
edited February 2013 in General

Anyone successfully implemented a functional Owncloud 2 (or more) server setup with failover or high-availability?
If so, perhaps could describe the implementation.

Comments

  • Why would you possibly want that?

  • yomeroyomero Member
    edited February 2013

    rsync the files between servers and do DB replication? Or sth like that :P

    PS: Never used owncloud before :P

  • I'm interested in such a setup as well. You could try using DRBD, NAS, or even Amazon S3 as storage backend.

  • @Spencer said: Why would you possibly want that?

    I'm sorry what?

  • raindog308raindog308 Administrator, Veteran

    @Spencer said: Why would you possibly want that?

    In case a server is unavailable?

    Why wouldn't you want that?

  • jarjar Patron Provider, Top Host, Veteran

    I don't see any reason you couldn't treat it like a normal website for that purpose. Granted more data transfer, but functionally the same.

  • @jarland said: I don't see any reason you couldn't treat it like a normal website for that purpose. Granted more data transfer, but functionally the same.

    ^ It's just PHP and a database backend. No tricks.

  • For the files, OCSF2+DRBD, or GlusterFS. Maybe even Unison.
    For the website php files, see above.
    For the database, mysql replication / master-slave setup. Or HAProxy and a master/master setup.

Sign In or Register to comment.