How do I create a live backup?

I am selling tickets online and scanning to check them in and I fear at some point the server may fail and I am down. I need a live backup to take over if my server fails?
@fjacob

1 Reply

I need a live backup to take over if my server fails?

This is something you'll have to build yourself. For the database part, you can use a managed database that is accessibly to both the primary and the live backup.

When failover occurs, the database will be up to date.

However, the mechanics of how/when/why a failover is necessary is a matter for your own creativity. I suggest you start here:

https://www.linode.com/blog/cloud-consulting-services/high-availability-what-you-need-to-know/

I'm not a Linode employee and I don't play one on TV…

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct