Start a Conversation

Unsolved

F

1 Rookie

 • 

1 Message

128

February 29th, 2024 16:03

"Cannot upgrade" SCG v5: KB 197919 postgress password

Hello,

I have a SCG v5, radu to upgrade to latest v5.00.22 but, almost as usual, I get the error "Something went wrong. Upgrade Failed...."
Article https://www.dell.com/support/kbdoc/en-us/000197919?lang=en explains how to cleanup the MSFT session table and try the upgrade again, but on this SCG instance, it asks me for the postgress user password. I don't have that:

srsg:/tmp # docker exec -it esrsde-app bash
esrsve@esrsde-app:/opt/esrsve/watchdogservice> su -l postgres -c "psql -d vapp"
Password:   ???????? <= Whats the password here?

Thanks for any help,

1 Rookie

 • 

15 Posts

February 29th, 2024 17:08

Try running this in the container without using "su":

psql -U postgres -d vapp


Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

(edited)

1 Rookie

 • 

2 Posts

March 4th, 2024 23:24

Running into the same thing.  Running without "su" did not work.

1 Rookie

 • 

15 Posts

March 4th, 2024 23:41

@nsd.netadmin​ can you please confirm you are in the container. If you are and still getting the error, please copy and paste the error message for review.

Thanks.

Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

Moderator

 • 

3.9K Posts

March 5th, 2024 03:39

Hello, I'm afraid I have a hard time seeing an article with any steps with password- in that case it would require a proper case with Dell if you still need help-it would be escalated to higher level engineer.
https://dell.to/436XvBk
Respectfully,

1 Rookie

 • 

20 Posts

March 13th, 2024 13:26

@nsd.netadmin​ hey there! Just to confirm, you should be able to enter without being asked for the password by running this command -

psql -U postgres -d vapp. 

NOTE: This isn't just removing the 'su' from your original command. 

If it still doesn't work, lemme know! Sorry for asking you to check the same thing again.

Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

(edited)

No Events found!

Top