7 ms·
PHP Fog to be discontinued on December 21st
- ianpri 14y agoJust got the email: Dear Fogger, It is with a heavy heart that I let you know that the PHP Fog service will be discontinued in December in favor of AppFog, which is PHP Fog 2.0. I am incredibly sorry for any inconvenience this may cause you. Creating PHP Fog has been an amazing experience for us and it could not have happened without you––thank you for your support. With your help, we’ve built an amazing PaaS for PHP developers. And along the way, we’ve applied what we’ve learned to creating our new product, AppFog. AppFog is the future of our business, and we very strongly believe it is also the future of PaaS. So, in order to focus our team and efforts on continuing to build a better solution for developers, we will be shutting down the PHP Fog platform this coming January and focusing solely on AppFog. We have considered this change very, very carefully because we understand that this could present challenges for some of our users. But in the end, we are confident that moving to AppFog will give you additional flexibility, additional languages, additional infrastructures, and the ability to deploy your apps to private cloud infrastructure as well as leverage the strengths of the OpenStack and Cloud Foundry ecosystems. To help in the migration, we will do be doing everything we can to help this be as easy and painless as possible: 2GB of RAM in our Free Plan We will be releasing a series of blog posts that walk you through the migration to AppFog. We will also be publishing documentation of the migration path as well as solutions for some of the edge-case differences between the platforms. To start with, we have created a migration FAQ that should help you begin the migration process. I am committed to making AppFog a product that will make you look back at PHP Fog and think, “I’m really happy I switched.”
- fdgwhite 14y agoSame here. PHP Fog had its share of problems, but AppFog doesn't support Git.
- meritt 14y agoPurely informative but it seems you can add commit hooks to your version control to connect to theirs: http://blog.appfog.com/553/ http://blog.appfog.com/553/ Seems pretty stupid to drop support of git in favor of their own product.
- fdgwhite 14y agoI only used them for development but at least I never had to worry about the application server and the git workflow worked perfectly. Didn't use their shared database, which didn't support stored procedures etc, but it was easy to connect RDS. They came out with their own "dedicated DB" product but it was just RDS with a 100% markup and no other advantage. Not that I blame them for trying to monetize since it sounds like it they weren't making money off the basic stuff.
- benatkin 14y agoHere's it is as markdown, with the bullets preserved: https://gist.github.com/4067487 https://gist.github.com/4067487 The subject "Urgent News about PHP Fog" rubbed me the wrong way. I think "PHP Fog is Shutting Down" would have been better.
- ckeck 14y agoJust to clarify, all free tier services are being shut down in late December and paid (dedicated) services in late January.
- timjahn 14y agoWhat kind of migration support are you providing if we decide to switch to AppFog? Your support quality and service level has dropped off a cliff in the past 2-3 weeks, in my experience.
- timjahn 14y agoThis sucks. But actually, I'm glad to hear it. Over the past 2 weeks (since we upgraded matchist to a PHP Fog dedicated server), their support team has basically dropped off the face of the earth. Their support live chat disappeared. Their phone number goes to voicemail. And there's no way to get a hold of them other than their ticketing system (which they respond to every few days if you're lucky). I loved PHP Fog when I first heard of it and started using it 6 months ago. But honestly, I'm not sure we're going to switch to AppFog since it's the same team. Not sure I want that level (lack) of service.
- ckeck 14y agoI'm very sorry to hear about your experience with our support team over the past few weeks. While there have been some changes to live chat we are still available via phone during business hours depending on volume and are highly responsive with tickets (hours turnaround if not quicker on average). Was there a particular ticket I can review for you to see what happened? I want to make sure we don't drop the ball here.
- deleted 14y ago[deleted]
- colinsidoti 14y agoArgh. PHPFog was my goto place for self-hosting Wordpress blogs, is AppFog as simple?
- cardmagic 14y agoAppFog is just as simple and way more powerful too.
- Kiro 14y agoBut will WP work without a persistent file system? Doesn't that mean you can't upload pictures to your posts?
- luc_perkins 14y agoAppFog does not currently support persistent file systems, but we're working hard on adding this feature. In the meantime, we strongly recommend Amazon S3 as a persistent file store.
- taytus 14y agoI'm using pagodabox.com it works great for me.
- michaelbuckbee 14y agoAnother alternative might be Wordpress+Heroku: https://github.com/mhoofman/wordpress-heroku https://github.com/mhoofman/wordpress-heroku I've used it for a few projects and it works reasonably well.
- dotBen 14y agoWhy wouldn't you want to host your WordPress blog at a Managed WordPress Host like ZippyKid, Web Synthesis or WP Engine?
- poelcat 14y agoGive OpenShift a try. It has a free tier and it is backed by Red Hat. https://github.com/openshift/wordpress-example https://github.com/openshift/wordpress-example
- johnmurch 14y agoAs a current customer since 7/11 (over a year) I am SHOCKED they aren't working on automating a process to migrate over to AppFog. I guess they don't want my business - off to heroku and/or ec2.
- cardmagic 14y agoJohn, I am so sorry for the inconvenience, we are working on some tools to make the process easier, but for now here is a tutorial: http://blog.phpfog.com/2012/11/12/migrating-your-php-apps-from-php-fog-to-appfog/ http://blog.phpfog.com/2012/11/12/migrating-your-php-apps-fr...
- benatkin 14y agoThat doesn't really seem to be about migrating, but about setting up an arbitrary php app with AppFog. Here's a few things that are wrong with it: * It assumes you have the directory locally. Can't it be downloaded from phpfog? * It doesn't say anything about copying environment variables. * It doesn't talk about making sure you have at least as much system resources. It should say how to find how much memory you had with phpfog to make sure you have enough with appfog. * It doesn't cover data migration. * Even without covering data migration, it could at least have covered migrating the database configuration, but it doesn't. * It leaves with an appfog domain name. It should say how to switch them. * Too much of the post is devoted to going through AppFog's features. * It has some cheesy marketing for AppFog like "af-plus-php-equals-win" and "Lots more functionality where that came from". I don't think I could bring myself to call it a migration tutorial.
- luc_perkins 14y agoPlease note: this is the first in a series of tutorials. This tutorial in particular is devoted solely to migrating application code. Tomorrow, we will post the first of two data migration tutorials that will walk users through the data migration process.
- 14y ago
- timjahn 14y agoOther than dotCloud, what are some other PHP as a platform competitors?
- malachismith 14y agoare you looking for PHP only platforms, or platforms that support PHP along with other languages?
- timjahn 14y agoWe're PHP/MySQL now, so anything that supports PHP/MySQL (whether solely or as part of a larger offering).
- malachismith 14y agoThey you've pretty much got unlimited choices. AppFog, Heroku, you name it. Everyone supports PHP and MySQL these days.
- timjahn 14y agoI'd prefer something with the simplicity and ease of setup/maintenance as PHP Fog.
- cardmagic 14y agoAppFog is PHP Fog 2.0, it does PHP and has way more functionality
- timjahn 14y agoAppFog is also run by the same team as PHP Fog, which in my experience in the past few weeks, cares very little about customer support. I'd like to see what else is out there.
- mcrider 14y agoI really like PagodaBox.
- Liongadev 14y agoI had the worst experience with appfog/phpfog. They ignore emails and state things on their hp that are clearly not true (like they would support .NET which they are not). Should have been warned whem some time ago a 15year old hacked their system and controlled all their servers.
- tomjen3 14y agoWhich has a pretty low limit on the database (100mb), no dedicated database, no persistent file system (there goes a large portion of PHP downloadable software), no monitoring and you have to retool the way your database works, using json, in a way that no other hosting service does.
- ericcholis 14y agoA bit of a positive note here, I found that PHP Fog was more difficult to use than AppFog. I had some higher-level issues with Apache on the PHP version of AppFog that I brought up and were quickly addressed. It might sting now, but those that used PHPFog might like AppFog more.
- luc_perkins 14y agoYou're right. I think people need to give AppFog a chance. Once they do something like, for example, cloning an app in Singapore and re-deploying it in Ireland in less than a minute, they'll see the value in what we've built.
- dia80 14y agoWell done, a lot of people are going to be unhappy about this. I think it takes courage to take the pain upfront and concentrate on doing one thing really well.
- useritos 14y agoI think the solution is to find another service. How can I trust appfog after this terrible surprise? Tomorrow I will receive an email. We are very sorry but appfog will be dicontinued.
- luc_perkins 14y agoAppFog is absolutely NOT being discontinued! We are incredibly proud of what we accomplished with PHP Fog, but we think that the AppFog is the true future of PaaS: polyglot and poly-infrastructure. We simply don't think that single-language PaaS on a single infrastructure is the future, and we're working on rolling all of the functionality from PHP Fog into AppFog, where you'll be able to deploy Node, Java, Python, Ruby, and other runtimes and deploy to a variety of infras. AppFog is absolutely thriving right now and will be around for quite some time, we assure you.
- phthalo 14y agoSure it is. And I'll bet if you look through your archives you'll find that you made the same assurances about PHPFOG...
- deleted 14y ago[deleted]
- ranza 14y agoYou could always migrate to https://pagodabox.com/ https://pagodabox.com/
- tedchs 14y agoI feel sorry for all the small businesses relying on PHP Fog who maybe don't have an in-house IT team and will really struggle to meet this very short deadline. I'm talking about the kind of business, who may have hired someone to build a small app for them on PHP Fog, and to do anything with IT they have to hire an outside IT consultant by the hour. I would encourage App Fog to offer a "fully managed" migration option, even if it's for a token fee.
- fdgwhite 14y agoPersonally I will give AppFog a try. If you're the sort of person who liked PHP Fog, the alternatives are not THAT great. Here's a good roundup from last month: But regarding the business transition over at App Fog, you know what's really strange: Why does the 'dead simple' migration process start with creating a new account? Isn't it the same company? At the very least, if I were in charge of AppFog I wouldn't make everyone sign up again. Just saying. Signing up for AppFog First things first: score yourself a free AppFog account at console.appfog.com. It’s the same thing we’ve all done a million times: e-mail, password, and then e-mail verification.
- fdgwhite 14y agoOop, here is the link about PHP PAAS http://philsturgeon.co.uk/blog/2012/10/cloud-hosting-php-pipe-dream http://philsturgeon.co.uk/blog/2012/10/cloud-hosting-php-pip...