Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo -u postgres psql ASIServerDB
ALTER USER postgres WITH PASSWORD ‘postgres’'postgres';
\q
/usr/apps/ASIEdgeManager/core/restart

...