I have a site and postgresql db that i set up on 1 server. i have just created a new ruby server. does anyone have tutorial on how to move the application to another server? is a simple matter of copy the application folder and the db and moving them? will i have permission issues etc. thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 4 Jun 2008, at 17:51, OhMyRuby wrote:> > I have a site and postgresql db that i set up on 1 server. > i have just created a new ruby server. > > does anyone have tutorial on how to move the application to another > server? > > is a simple matter of copy the application folder and the db and > moving them?As long as the new box has everything necessary installed, dumping the database & copying the application should be enough (Depending on how the database controls access to it, you may need to recite whatever incantations are needed to grant a user access to the db. Fred> > will i have permission issues etc. > > thanks > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
@frederick - thanks for your help. i was able to move the app but the database is not that easy. if anyone here is using postgresql please let me know how i can do this. i can shut the old server down to move the files. On Jun 4, 10:00 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 4 Jun 2008, at 17:51, OhMyRuby wrote: > > > > > I have a site and postgresql db that i set up on 1 server. > > i have just created a new ruby server. > > > does anyone have tutorial on how to move the application to another > > server? > > > is a simple matter of copy the application folder and the db and > > moving them? > > As long as the new box has everything necessary installed, dumping the > database & copying the application should be enough (Depending on how > the database controls access to it, you may need to recite whatever > incantations are needed to grant a user access to the db. > > Fred > > > > > will i have permission issues etc. > > > thanks--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 12 Jun 2008, at 16:16, OhMyRuby wrote:> > @frederick - thanks for your help. > i was able to move the app but the database is not that easy. > > if anyone here is using postgresql please let me know how i can do > this. > i can shut the old server down to move the files. >http://www.postgresql.org/docs/8.3/static/backup.html Fred> On Jun 4, 10:00 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: >> On 4 Jun 2008, at 17:51, OhMyRuby wrote: >> >> >> >>> I have a site and postgresql db that i set up on 1 server. >>> i have just created a new ruby server. >> >>> does anyone have tutorial on how to move the application to another >>> server? >> >>> is a simple matter of copy the application folder and the db and >>> moving them? >> >> As long as the new box has everything necessary installed, dumping >> the >> database & copying the application should be enough (Depending on how >> the database controls access to it, you may need to recite whatever >> incantations are needed to grant a user access to the db. >> >> Fred >> >> >> >>> will i have permission issues etc. >> >>> thanks > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
read this fredrick but couldn''t get it to work. i don''t mean to discuss postgresql in this forum, i was just hoping that a ruby user here that is using postgresql could quickly lead me down the right path. set up is from robby russels postgresql set up instructions. On Jun 12, 9:05 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 12 Jun 2008, at 16:16, OhMyRuby wrote: > > > > > @frederick - thanks for your help. > > i was able to move the app but the database is not that easy. > > > if anyone here is using postgresql please let me know how i can do > > this. > > i can shut the old server down to move the files. > > http://www.postgresql.org/docs/8.3/static/backup.html > Fred > > > On Jun 4, 10:00 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > >> On 4 Jun 2008, at 17:51, OhMyRuby wrote: > > >>> I have a site and postgresql db that i set up on 1 server. > >>> i have just created a new ruby server. > > >>> does anyone have tutorial on how to move the application to another > >>> server? > > >>> is a simple matter of copy the application folder and the db and > >>> moving them? > > >> As long as the new box has everything necessary installed, dumping > >> the > >> database & copying the application should be enough (Depending on how > >> the database controls access to it, you may need to recite whatever > >> incantations are needed to grant a user access to the db. > > >> Fred > > >>> will i have permission issues etc. > > >>> thanks--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Anyone using postgresql with Ruby? On Jun 12, 9:17 am, OhMyRuby <rashan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> read this fredrick but couldn''t get it to work. > > i don''t mean to discuss postgresql in this forum, i was just hoping > that a ruby user here that is using postgresql could quickly lead me > down the right path. > > set up is from robby russels postgresql set up instructions. > > On Jun 12, 9:05 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > On 12 Jun 2008, at 16:16, OhMyRuby wrote: > > > > @frederick - thanks for your help. > > > i was able to move the app but the database is not that easy. > > > > if anyone here is using postgresql please let me know how i can do > > > this. > > > i can shut the old server down to move the files. > > >http://www.postgresql.org/docs/8.3/static/backup.html > > Fred > > > > On Jun 4, 10:00 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote: > > >> On 4 Jun 2008, at 17:51, OhMyRuby wrote: > > > >>> I have a site and postgresql db that i set up on 1 server. > > >>> i have just created a new ruby server. > > > >>> does anyone have tutorial on how to move the application to another > > >>> server? > > > >>> is a simple matter of copy the application folder and the db and > > >>> moving them? > > > >> As long as the new box has everything necessary installed, dumping > > >> the > > >> database & copying the application should be enough (Depending on how > > >> the database controls access to it, you may need to recite whatever > > >> incantations are needed to grant a user access to the db. > > > >> Fred > > > >>> will i have permission issues etc. > > > >>> thanks--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---