Re: [Radiant] Deployment database merging

2009-12-13 Thread john muhl
heroku has a tool called taps that i use for this purpose; it's not
tied to the heroku service at all so you can use it to push/pull
databases from any where you like.

http://docs.heroku.com/taps
http://adamblog.heroku.com/past/2009/2/11/taps_for_easy_database_transfers/

On Sun, Dec 13, 2009 at 3:52 AM, Konstantin Antipin
antipin.konstan...@gmail.com wrote:
 Hi everybody,
 I am developing a blog for a customer using Radiant 0.8.1
 What is the usual way of deploying radiant to the production server?

 Since lot's of configuration is stored in the database, I need to overwrite
 db on the server with my development db (with capistrano it is not a
 problem).
 But this will work only if I am the only one who updates the website. And
 what if customer in a meanwhile has published new post? I need to merge
 databases somehow.
 There was a similar question some time ago (
 http://www.ruby-forum.com/topic/167040 ), but there was no real
 conclusion...

 So, how do _you_ deploy your radiant website? How do you solve issue with
 database merge? This must have some simple answer, but I can't see one...

 my best,
 Konstantin

 PS It would be absolutely awesome if you share your capistrano recipe in
 case you use it ;)
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Deployment database merging

2009-12-13 Thread Nate
On 12/13/09 9:53 AM, john muhl wrote:
 heroku has a tool called taps that i use for this purpose; it's not
 tied to the heroku service at all so you can use it to push/pull
 databases from any where you like.

 http://docs.heroku.com/taps
 http://adamblog.heroku.com/past/2009/2/11/taps_for_easy_database_transfers/



That is awesome. I've often wished that Capistrano would do something 
like that. I guess it could be set up in a task in the deployment 
recipe. Hmm.


~Nate
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Deployment tips

2008-09-29 Thread Jamey Cribbs
If you are using mysql, I have written a custom extension that does a
lot of what you want.  It would need to be tailored a little for your
environment, but I could email you a copy of it if you are interested.

Jamey Cribbs


On Mon, Sep 29, 2008 at 5:41 PM, Errol Siegel [EMAIL PROTECTED] wrote:
 I have built a radiant-based site and will soon be ready to deploy it.

 I'm looking for advice on best practices.  I was not able to find much
 about this in the documentation.

 Most of the issue is the database.  I want to be able update content in
 a copy of the site running on my development machine.  Then, when I'm
 satisfied everything looks right, dump the database and import it into
 the production database running on the server.

 Some content is stored in files.  For example, the Page Attachments
 extension stores uploaded images in files (at least by default).  I need
 to be able to update these files remotely.

 Are there existing rake tasks for this sort of thing?

 Thanks,
 Errol
 --
 Posted via http://www.ruby-forum.com/.
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Deployment tips

2008-09-29 Thread Mohit Sindhwani

Jamey Cribbs wrote:

If you are using mysql, I have written a custom extension that does a
lot of what you want.  It would need to be tailored a little for your
environment, but I could email you a copy of it if you are interested.
  


Of course, Jamey added a bit about this extension to Summer Reboot:
http://wiki.radiantcms.org/Migrating_from_SQLite_to_MySQL

Based on this experience, I hope that you can add a bit to Summer Reboot 
about deployment issues.

Cheers,
Mohit.
9/30/2008 | 9:36 AM.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Deployment tips

2008-09-29 Thread Jamey Cribbs
Nope.  That wasn't me.

Jamey


On Mon, Sep 29, 2008 at 9:37 PM, Mohit Sindhwani [EMAIL PROTECTED] wrote:
 Jamey Cribbs wrote:

 If you are using mysql, I have written a custom extension that does a
 lot of what you want.  It would need to be tailored a little for your
 environment, but I could email you a copy of it if you are interested.


 Of course, Jamey added a bit about this extension to Summer Reboot:
 http://wiki.radiantcms.org/Migrating_from_SQLite_to_MySQL

 Based on this experience, I hope that you can add a bit to Summer Reboot
 about deployment issues.
 Cheers,
 Mohit.
 9/30/2008 | 9:36 AM.

 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Deployment tips

2008-09-29 Thread Mohit Sindhwani

Ooops!!  That's what I get for answering e-mails just after waking up!
That was actually Christopher Dwan; sorry guys!

Errol, you can take a look at the link below to see if that extension 
helps you any.


Cheers
Mohit.


Jamey Cribbs wrote:

Nope.  That wasn't me.

Jamey


On Mon, Sep 29, 2008 at 9:37 PM, Mohit Sindhwani [EMAIL PROTECTED] wrote:
  

Jamey Cribbs wrote:


If you are using mysql, I have written a custom extension that does a
lot of what you want.  It would need to be tailored a little for your
environment, but I could email you a copy of it if you are interested.

  

Of course, Jamey added a bit about this extension to Summer Reboot:
http://wiki.radiantcms.org/Migrating_from_SQLite_to_MySQL

Based on this experience, I hope that you can add a bit to Summer Reboot
about deployment issues.
Cheers,
Mohit.
9/30/2008 | 9:36 AM.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant




  


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant