Replace server pbs hardware

frankz

Well-Known Member
Nov 16, 2020
374
25
48
Hi , i can replace an indentical clone of pbs server ? if it is possible , wich i'am use ?
Thanks .
 
Hello @frankz,

we need a little more information here. What do you want to replace with what exactly, and how? What is your goal?
 
Thank for you answer . My goal is a replace an existent the hardware for new server .
Thanks for explaining.

That depends on how your current hardware is configured. Which storage type are you using, ZFS, LVM...?
 
Then you could proceed as follows:
  • Install PBS on the new server
  • Transfer ZFS datastores to the new server with ZFS-Send. Example: zfs send -v rpool/home@bla1 | ssh otherhost zfs receive otherpool/home@bla1
  • Transfer configs manually, possibly adjust other/new paths
  • Restart services
  • Check everything is working fine and delete the zfs snapshot on the new server
 
Then you could proceed as follows:
  • Install PBS on the new server
  • Transfer ZFS datastores to the new server with ZFS-Send. Example: zfs send -v rpool/home@bla1 | ssh otherhost zfs receive otherpool/home@bla1
  • Transfer configs manually, possibly adjust other/new paths
  • Restart services
  • Check everything is working fine and delete the zfs snapshot on the new server
Yes, I had read in the docs and forums that many users use the send option. Thank you so much for your advice and the time you have dedicated to me.
 
  • Like
Reactions: fireon