I'm thinking about a second basic account, which I may later merge with the first and switch to VPS, or dedicated if necessary. Are you able to copy data between your servers? i.e., if I have a large public directory can you copy it over to another server. I can reinstall the gallery, I just dont want to have to download and reup the albums
I don't see a reason why this can't be done. Even, it is not necessary to request lunarpages support to move a large folder between servers having ssh access to one of them (you get ssh on vps and dedicated plans). You can use ftp or scp to move your data from shell on the server.
How exactly is this done. I tried moving a .tar from my old host with shell access to my new lunarpages shared account (I changed the username):
[oldserver]$ scp oldsite.tar username@surt.lunarservers.com:/home/username/public_html/
ssh: connect to host surt.lunarservers.com port 22: Connection timed out
lost connection
Is this because we dont have shell access on shared plans? If so, how can we move our data if we upgrade from shared to VPS
Edit: I was able to use scp to move data between servers with shell access, I'll ask support to help get my data off my old host, hopefully they will help.