Last active
November 29, 2021 20:03
-
-
Save extrimua/63c1b8a12ce862eef4a1146fd2367e60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -u postgres psql -U postgres -d postgres -c "UPDATE \"user\" SET \"password\" = 'test' WHERE \"name\" = 'admin'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment