[Cloud] Re: Migrating to a newer VPS image?

2023-01-03 Thread Roy Smith
Will do, thanks. > On Jan 3, 2023, at 10:56 AM, Bryan Davis wrote: > > On Tue, Jan 3, 2023 at 8:54 AM Roy Smith wrote: >> >> Putting it on a volume sounds like a plan, thanks. For now, there wasn't a >> whole lot of data, so scp was good enough. >> >> What should I do with replica.my.cnf?

[Cloud] Re: Migrating to a newer VPS image?

2023-01-03 Thread Bryan Davis
On Tue, Jan 3, 2023 at 8:54 AM Roy Smith wrote: > > Putting it on a volume sounds like a plan, thanks. For now, there wasn't a > whole lot of data, so scp was good enough. > > What should I do with replica.my.cnf? Should I just copy that over to the > new instance, or is it host-specific?

[Cloud] Re: Migrating to a newer VPS image?

2023-01-03 Thread Roy Smith
Putting it on a volume sounds like a plan, thanks. For now, there wasn't a whole lot of data, so scp was good enough. What should I do with replica.my.cnf? Should I just copy that over to the new instance, or is it host-specific? > On Jan 3, 2023, at 10:34 AM, David Caro wrote: > > >

[Cloud] Re: Migrating to a newer VPS image?

2023-01-03 Thread David Caro
Yep, you might also just use a volume for the data, and then next time you just have to umount from the old instance and remount on the new one. On 01/03 10:20, Sammy Tarling wrote: > Depending on how much you have to copy, using a volume might be a little > quicker? (i.e., mount it on the old

[Cloud] Re: Migrating to a newer VPS image?

2023-01-03 Thread Sammy Tarling
Depending on how much you have to copy, using a volume might be a little quicker? (i.e., mount it on the old instance, copy the data to it, remount it on the new instance, copy the data off) Kind regards, Sammy On Tue, 3 Jan 2023, 10:10 Roy Smith, wrote: > My VPS host >