|
Register | Sign In |
|
QuickSearch
EvC Forum active members: 61 (9209 total) |
| |
The Rutificador chile | |
Total: 919,503 Year: 6,760/9,624 Month: 100/238 Week: 17/83 Day: 0/0 Hour: 0/0 |
Thread ▼ Details |
|
Thread Info
|
|
|
Author | Topic: Moving to Cloud Server | |||||||||||||||||||||||||||||||||||||||||||
Diomedes Member Posts: 998 From: Central Florida, USA Joined: |
It has backups built in, but I don't see how they're useful because only the entire backup can be restored. There's very little documentation, so I don't know if the backup includes the MySQL database, though you'd think it should since the database must ultimately just be files somewhere on disk. Should be fine. The database will just be binary and config files that should get captured if the whole file system is being backed up.
Not sure what you mean by disaster recovery. Basically just fail over in the event of issues with the server infrastructure. Generally speaking, this is implied with cloud vendors but they have different levels of DR depending on which options you select.
|
|||||||||||||||||||||||||||||||||||||||||||
Percy Member Posts: 22953 From: New Hampshire Joined: Member Rating: 6.8 |
This link might answer any questions you have: https://confluence.dev.superb.net
--Percy
|
|||||||||||||||||||||||||||||||||||||||||||
Diomedes Member Posts: 998 From: Central Florida, USA Joined: |
Thanks.
I didn't see details on DR on their Confluence page, but when I searched, it appears they have a whitepaper that describes it. It's not available online but can be requested by customers: Superb Internet | Data Protection Solution You may want to ask for a copy to give it a read. My guess is DR is baked into their infrastructure.
|
|||||||||||||||||||||||||||||||||||||||||||
Stile Member (Idle past 301 days) Posts: 4295 From: Ontario, Canada Joined: |
Diomedes writes: My guess is DR is baked into their infrastructure. Do we know if we are on a Virtual Server? Most VM software (like VMWare) is really easy to setup along with a VM-backup tool. Something that takes daily backups of the VM.Then, if anything goes wrong - the previous day's (or, say, a week ago's) backup is simply loaded in and things carry on. In this scenario, you would lose "1 day" (or 1 week) of data. SQL databases generally have their own backup-creating tools to dump backup data too. These are easily restored as well. I agree that they likely have such things incorporated automatically at this point. But, on the other side, it wouldn't be a shock if they attempted to charge extra or otherwise limit access to such "upgrades."
|
|||||||||||||||||||||||||||||||||||||||||||
Diomedes Member Posts: 998 From: Central Florida, USA Joined:
|
Do we know if we are on a Virtual Server? Yes. It's specified on their website materials: Superb Internet | Cloud Servers
I agree that they likely have such things incorporated automatically at this point. But, on the other side, it wouldn't be a shock if they attempted to charge extra or otherwise limit access to such "upgrades." That's kind of why I recommend Percy grab a copy of the whitepaper they have for download. My suspicion is DR and backup likely come as different types of services. I can tell you that when I worked for a company years ago that had backup software, the type and manner of backup varied. Along with the disaster recovery aspects. Generally, they all have some variant of DR and backup. It's just a question of which specific services you ask for. If you are a company that needs maximum uptime for your SAAS offering, you'd want some form of DR and backup that gets you on your feet again very quickly. For EVC, I don't think it needs to be that robust. As much as we all like posting here, if the site was offline for a few days, it wouldn't be the end of the world.
|
|||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13108 From: EvC Forum Joined: |
Stile writes: Do we know if we are on a Virtual Server? Yes, we're on a virtual server.
Most VM software (like VMWare) is really easy to setup along with a VM-backup tool. Something that takes daily backups of the VM. Then, if anything goes wrong - the previous day's (or, say, a week ago's) backup is simply loaded in and things carry on. In this scenario, you would lose "1 day" (or 1 week) of data. There is a control panel option for enabling automatic backups, but I haven't tried it yet. They do have a useful feature that is part of the infrastructure, unfortunately I've forgotten the name, maybe it was shadowing. As I understood it, every request is dually executed, if the primary fails (e.g., the machine crashes while executing) then the secondary takes over, and losing a request or data should be a rare event.
SQL databases generally have their own backup-creating tools to dump backup data too. These are easily restored as well. I can't find anything for databases in the control panel, but I could set up a crontab job for it. The script would be relatively simple, but I rarely write scripts and it takes me a while to recall the syntax and functions, so it would take me a little time to make it create unique names for each backup and then delete the ones older than x days. There another control panel for managing the webhosting, but it doesn't seem to have any SQL backup features.
But, on the other side, it wouldn't be a shock if they attempted to charge extra or otherwise limit access to such "upgrades." They're pretty good about not charging for stuff when your managing the server yourself. For example, when I tried to set up a certificate for the server (as opposed to just the evcforum.net domain) I ran into trouble, and their technical staff just went ahead and did it for me at no charge. They have a "managed server" option that is very expensive from my point of view, as in hundreds of dollars per month and up. I should be posting to this thread as Admin, not Percy, switching back. Edited by Admin, : Got interrupted by a phone call and left out a little bit, just added it in now.
|
|||||||||||||||||||||||||||||||||||||||||||
RAZD Member (Idle past 1663 days) Posts: 20714 From: the other end of the sidewalk Joined: |
Yes, we're on a virtual server. Out of curiosity ... where are you on being able to upload photos to the server for links in posts? It would need to have rules for open source or approved use material, with non-compliant pictures open to being deleted or de-linked (hidden?). Enjoyby our ability to understand Rebel☮American☆Zen☯Deist ... to learn ... to think ... to live ... to laugh ... to share. Join the effort to solve medical problems, AIDS/HIV, Cancer and more with Team EvC! (click)
|
|||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13108 From: EvC Forum Joined:
|
RAZD writes: Out of curiosity ... where are you on being able to upload photos to the server for links in posts? This item hasn't risen to the top of my list yet. I intend that members be able to upload images and documents. If I determine how to prevent server access by webpages and code then I'll allow them, too.
|
|||||||||||||||||||||||||||||||||||||||||||
caffeine Member (Idle past 1282 days) Posts: 1800 From: Prague, Czech Republic Joined: |
I intend that members be able to upload images and documents. This would be great - it always annoyed me trying to find somewhere to host images externally for this forum. Be warned though, it increases the likelihood of me trying to illustrate my point with something drawn badly in Paint.
|
|||||||||||||||||||||||||||||||||||||||||||
AZPaul3 Member Posts: 8654 From: Phoenix Joined: Member Rating: 6.6
|
We could have a Personal Art Of The Month contest.
Eschew obfuscation. Habituate elucidation.
|
|||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13108 From: EvC Forum Joined: |
I have just now updated to the mysqli API and PHP 7.2.16.
Apologies for several 20 second outages over the last 24 hours or so.
|
|||||||||||||||||||||||||||||||||||||||||||
Admin Director Posts: 13108 From: EvC Forum Joined: |
One reason traffic has declined here is because Google Search has downgraded us because we don't adhere to some things that have, over time, become important. One of those is the tag, which EvC Forum doesn't use. I have just added the |
-- | Percy |
EvC Forum Director |
Replies to this message: | |||
Message 43 by AZPaul3, posted 04-04-2019 6:23 PM | Admin has seen this message but not replied | ||
Message 44 by caffeine, posted 04-05-2019 6:50 AM | Admin has seen this message but not replied | ||
Message 46 by Larni, posted 04-09-2019 4:48 PM | Admin has replied |
Message 43 of 52 (850244)
04-04-2019 6:23 PM |
Reply to: Message 42 by Admin 04-04-2019 6:04 PM |
|
This message is a reply to: | |||
Message 42 by Admin, posted 04-04-2019 6:04 PM | Admin has seen this message but not replied |
Message 44 of 52 (850268)
04-05-2019 6:50 AM |
Reply to: Message 42 by Admin 04-04-2019 6:04 PM |
|
This message is a reply to: | |||
Message 42 by Admin, posted 04-04-2019 6:04 PM | Admin has seen this message but not replied |
Replies to this message: | |||
Message 45 by RAZD, posted 04-05-2019 7:55 AM | caffeine has not replied |
Message 45 of 52 (850270)
04-05-2019 7:55 AM |
Reply to: Message 44 by caffeine 04-05-2019 6:50 AM |
|
This message is a reply to: | |||
Message 44 by caffeine, posted 04-05-2019 6:50 AM | caffeine has not replied |
|
|
Do Nothing Button
Copyright 2001-2023 by EvC Forum, All Rights Reserved
Version 4.2
Innovative software from Qwixotic © 2024