You could use Mysql replication (master-slave). I have some experience working with replication setups, so I can help you if you want. In the event the master goes down you can use your slave as read-only copy or even do writes on it, but then you'll need to push the changes back to the original master when it comes back up. In the latter case, you could also do master-master replication and not use your master at all (unless the other one goes down). Also, keep in mind this will cause some additional traffic for you and the guy who runs the current database.. (an alternative could be rsyncing backups. I don't know if that will be more or less traffic though. Depends on the volume of write queries (updates/inserts) I guess) Dieter On Sun, 2008-11-02 at 21:52 -0500, Lee Burton wrote:
I am also willing to contribute a AUR/wiki mirror.. not sure how the mysql/db syncing will happen though.
On Mon, Nov 03, 2008 at 03:38:45AM +0100, Geoffroy Carrier wrote:
On Mon, Nov 3, 2008 at 03:30, Stythys <stythys@archlinux.us> wrote:
Due to our recent downtime, I wanted to open a discussion about the possibility of mirroring the wiki/aur. I'm sure the are many people among the community (including myself) who'd be willing to put forth some hosting. I still have a nice server. I'd be pleased to contribute this way!
-- Geoffroy Carrier