Skip to main content

New koolaid.info post on setting up PostgreSQL for Veeam

  • March 18, 2024
  • 6 comments
  • 62 views

k00laidIT
Forum|alt.badge.img+7

Hey y’all, doing a bit of testing with VB365 v8 and documented my way through getting PostgreSQL setup on a ubuntu 22.04 server for this purpose and it seems to be working very well. Here’s the link if you think it will help you out! https://www.koolaid.info/postgresql-on-ubuntu-2022-4-installation-configuration-for-veeam-purposes/

6 comments

TylerJurgens
Forum|alt.badge.img+6
  • Influencer
  • 162 comments
  • March 18, 2024

Great post Jim! I want to write a similar article, but using a docker container for postgres instead of a straight install.


k00laidIT
Forum|alt.badge.img+7
  • Author
  • Veeam Vanguard
  • 75 comments
  • March 18, 2024

Great post Jim! I want to write a similar article, but using a docker container for postgres instead of a straight install.

I’ve been thinking along the same lines but baby steps!


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Vanguard
  • 1342 comments
  • March 18, 2024

Great post Jim! I want to write a similar article, but using a docker container for postgres instead of a straight install.

Man put it in a Kube cluster :) docker on its own is very lonely :) 


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Vanguard
  • 1342 comments
  • March 18, 2024

you can create a single node k3s then use helm for postgresql, not difficult. Then you can back it up with Kasten too!!


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 9585 comments
  • March 18, 2024

Great post Jim.  Going to be setting this up for my VB365 v8 testing.


coolsport00
Forum|alt.badge.img+21
  • Veeam Legend
  • 4903 comments
  • March 18, 2024

Nice post Jim! Appreciate you sharing.