xxxxxxxxxx
-- if you happen to have changed the encryption system from the unsecure
-- md5 to scram-sha-256, you should also change your password
-- to make postgres generate the new encryption key
ALTER USER your_user WITH PASSWORD 'your_new_secure_password';