Gossamer Forum
Home : Products : Gossamer Links : Discussions :

] Moving to new server instructions II

Quote Reply
] Moving to new server instructions II
  
I got to (maybe silly) questions, which concerns to this post: http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BTaki-x%5D_Moving_to_new_server_instructions_P298281/#p298281

Quote:
6) Decompress them (in their correct folders!), with: tar -xof file.tar

-> Is it also fine if I do the move per FTP instead of tar compress?

7) Then, you need to run a `grep` on the files, something like:

Replace /old/ with your old path to the admin folder
Replace /new/ with your NEW path to the admin folder

perl -p -i -e 's|/old/|/new/|g' `grep -r -l '/old/' .`


-> Needs the grep online be done for the admin folder - or also others? /html/cgi-bin/admin/

-> What is meant by path ? (maybe: /html/cgi-bin/admin/ ???)

Hope anybody can help. Thanks!

Last edited by:

Andy: Nov 25, 2016, 12:49 AM
Subject Author Views Date
Thread ] Moving to new server instructions II qes 16120 Nov 24, 2016, 2:26 PM
Thread Re: [qes] ] Moving to new server instructions II
Andy 15478 Nov 25, 2016, 12:50 AM
Thread Re: [Andy] ] Moving to new server instructions II
qes 15135 Nov 25, 2016, 11:02 AM
Post Re: [qes] ] Moving to new server instructions II
Andy 14726 Nov 25, 2016, 10:55 PM