Forum

Veeam Backup upgrad...
 
Bildirimler
Hepsini Temizle

Veeam Backup upgrade PostgreSQL password hatası

5 Yazılar
3 Üyeler
0 Reactions
250 Görüntüleme
(@selimyesil)
Gönderiler: 97
Estimable Member
Konu başlatıcı
 

 

Adsız

Merhaba 

Veeam Backup upgrade yapmaya çalıştığımda "Failed to connect to PostgreSQL server localhost:5432.No password has been provided but the backend requires one (in SASL/SCRAM-SHA-256) hatası alıyorum.

Forumda ve internette arama yaptım ama sonuç alamadım. Yardımcı olabilirmisiniz.

Şu an 12.1.2.172 versiyon kurulu upgrade yapmak istediğim versiyon 12.2.0.334

Bu konu 2 hafta önce selim yesil tarafından düzenlendi
 
Gönderildi : 04/11/2024 14:46

ibrahim yildiz
(@ibrahimyildiz)
Gönderiler: 4565
Co-Helper
 

Ben upgrade de benzer bir problemi support doc'larına bakarak çözmüştüm olmadı ticket açın yardımcı olurlar.

'balık vermez, nasıl tutulabildiğine yönlendirir'
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız. Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz. Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 04/11/2024 16:19

(@selimyesil)
Gönderiler: 97
Estimable Member
Konu başlatıcı
 

@ibrahimyildiz Cevap için teşekkür ederim hocam community edition kullanılıyor, ticket açtım cevap dönerler diye umut ediyorum. Doclara baktım ama sağlıklı bir çözüm veya nedene ulaşamadım. upgradeden vazgeçip kaldırıp tekrar kuracağım bakalım aynı hatayı alacakmıyım.

 
Gönderildi : 04/11/2024 17:03

(@selimyesil)
Gönderiler: 97
Estimable Member
Konu başlatıcı
 

Merhaba Veeam ekibinden aşağıdaki cevap geldi. Belki başka arkadaşların sorunu çözülür diye paylaşıyorum.

Hello,

 

My name is Jacob and I will be the engineer assisting you with this case today. Based on the description of the issue I suspect that we need to make a few changes to the PostgreSQL configuration.

All files that we are editing are located at C:\Program Files\PostgreSQL\15\data (your specific version may be different)

 

pg_hba.conf

edit this file with notepad

scroll to the bottom of the text and make sure your config matches this this snippet:

# TYPE  DATABASE        USER            ADDRESS                 METHOD

# "local" is for Unix domain socket connections only

local   all             all                                     sspi map=veeam

# IPv4 local connections:

host    all             all             127.0.0.1/32            sspi map=veeam

# IPv6 local connections:

host    all             all             ::1/128                 sspi map=veeam

# Allow replication connections from localhost, by a user with the

# replication privilege.

local   replication     all                                     sspi map=veeam

host    replication     all             127.0.0.1/32            sspi map=veeam

host    replication     all             ::1/128                 sspi map=veeam

 

pg_ident.conf

edit this file with notepad

scroll to the bottom of the text and make sure your config matches this snippet, replacing the username@domain with the correct info for you currently logged in user:

# Put your actual configuration here

# ----------------------------------

# MAPNAME       SYSTEM-USERNAME         PG-USERNAME

veeam   username@domain   postgres

veeam   "SYSTEM@NT AUTHORITY"   postgres

 

postgreSQL.conf

edit this file with notepad

scroll to the connections and authentication section of the text and make sure

your config matches this this snippet:

# CONNECTIONS AND AUTHENTICATION

#------------------------------------------------------------------------------

# - Connection Settings -

listen_addresses = 'localhost'

 

 

Thank you,

Jacob Steger

Engineer, Technical Support, VBR | Americas

 
Gönderildi : 09/11/2024 11:06

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 33319
Illustrious Member Yönetici
 

Geri dönüş ve bilgi için teşekkürler.

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 09/11/2024 22:50

Paylaş: